Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 28, 2024
1 parent 682b7bb commit 4d23ab4
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 117 deletions.
178 changes: 117 additions & 61 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"termsOfService": "https://www.instana.com/terms-of-use/",
"title": "Instana REST API documentation",
"version": "1.284.871",
"version": "1.285.1341",
"x-logo": {
"altText": "instana logo",
"backgroundColor": "#FAFBFC",
Expand Down Expand Up @@ -521,7 +521,8 @@
"summary": "Get grouped trace metrics",
"tags": [
"Application Analyze"
]
],
"description": "The API endpoint retrieves metrics for traces that are grouped in the endpoint or service name.\n\nThe supported `groupbyTag` are `trace.endpoint.name` and `trace.service.name`. \n{: note}\n"
}
},
"/api/application-monitoring/analyze/traces": {
Expand Down Expand Up @@ -1183,6 +1184,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -1329,6 +1331,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -3615,6 +3618,40 @@
]
}
},
"/api/application-monitoring/settings/subtrace/{id}": {
"delete": {
"operationId": "deleteSubtraceConfig",
"parameters": [
{
"in": "path",
"name": "id",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"default": {
"content": {
"application/json": {}
},
"description": "default response"
}
},
"security": [
{
"ApiKeyAuth": [
"ConfigureServiceMapping"
]
}
],
"summary": "Delete subtrace configuration",
"tags": [
"Application Settings"
]
}
},
"/api/application-monitoring/topology/services": {
"get": {
"operationId": "getServicesMap",
Expand Down Expand Up @@ -4123,11 +4160,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canDeleteAutomationActionHistory"
Expand Down Expand Up @@ -4382,11 +4414,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canRunAutomationActions"
Expand Down Expand Up @@ -4459,11 +4486,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canDeleteAutomationActionHistory"
Expand Down Expand Up @@ -4880,11 +4902,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canRunAutomationActions"
Expand Down Expand Up @@ -5203,11 +5220,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canConfigureAutomationPolicies"
Expand Down Expand Up @@ -5259,11 +5271,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canConfigureAutomationPolicies"
Expand Down Expand Up @@ -5304,11 +5311,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canConfigureAutomationPolicies"
Expand Down Expand Up @@ -5553,11 +5555,6 @@
}
},
"security": [
{
"ApiKeyAuth": [
"Default"
]
},
{
"ApiKeyAuth": [
"canConfigureAutomationPolicies"
Expand Down Expand Up @@ -6119,6 +6116,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -13333,7 +13331,7 @@
"security": [
{
"ApiKeyAuth": [
"CanConfigureCustomAlerts"
"CanManuallyCloseIssue"
]
}
],
Expand Down Expand Up @@ -17318,6 +17316,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -23530,6 +23529,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -24806,11 +24806,11 @@
"required": true
},
"responses": {
"default": {
"200": {
"content": {
"application/json": {}
},
"description": "default response"
"description": "OK"
}
},
"security": [
Expand Down Expand Up @@ -24924,10 +24924,43 @@
"tags": [
"Synthetic Settings"
]
}
},
"/api/synthetics/settings/credentials/{name}": {
"delete": {
"operationId": "deleteSyntheticCredential",
"parameters": [
{
"in": "path",
"name": "name",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"default": {
"content": {
"application/json": {}
},
"description": "default response"
}
},
"security": [
{
"ApiKeyAuth": [
"canConfigureSyntheticCredentials"
]
}
],
"summary": "Delete Synthetic credential",
"tags": [
"Synthetic Settings"
]
},
"patch": {
"deprecated": true,
"operationId": "patchSyntheticCredentialAssociations",
"operationId": "patchSyntheticCredential",
"parameters": [
{
"in": "path",
Expand All @@ -24941,7 +24974,12 @@
"requestBody": {
"content": {
"application/json": {
"example": " {\n \"applications\": [\n \"f4KX5zd8RW2pERKKFUCZgQ\"\n ],\n }\n",
"example": {
"credentialValue": "newPassword",
"applications": [
"f4KX5zd8RW2pERKKFUCZgQ"
]
},
"schema": {
"$ref": "#/components/schemas/SyntheticCredential"
}
Expand All @@ -24950,11 +24988,11 @@
"required": true
},
"responses": {
"default": {
"200": {
"content": {
"application/json": {}
},
"description": "default response"
"description": "OK"
}
},
"security": [
Expand All @@ -24965,16 +25003,13 @@
]
}
],
"summary": "Patch the associations of a Synthetic Credential (This API will be replaced by a new API in R285)",
"summary": "Patch a Synthetic Credential",
"tags": [
"Synthetic Settings"
],
"description": "This API updates the endpoint associations of a Synthetic Credential.\n\n- Credential values cannot be patched.\n- Credentials can be associated to multiple application ids.\n- Patching a credential association will replace the entire array with the full set of values provided.\n\n## Sample script and payload: \n- A sample script to patch a DB2 Admin password and associate it to application ids 'Ss2FBjSTQVef5LsqhPiYkg' and 'KJ8MdZVqK4odMUoBaClH'.\n\n```\ncurl -k -v -X PATCH \\\nhttps://<Host>/api/synthetics/settings/credentials/associations/db2AdminPwd \\\n-H 'authorization: apiToken <Token>' \\\n-H 'content-type: application/json' \\\n-d '{\n \"applications\" : [ \"Ss2FBjSTQVef5LsqhPiYkg\", \"KJ8MdZVqK4odMUoBaClH\" ]\n }'\n```"
}
},
"/api/synthetics/settings/credentials/{name}": {
"delete": {
"operationId": "deleteSyntheticCredential",
]
},
"put": {
"operationId": "updateSyntheticCredential",
"parameters": [
{
"in": "path",
Expand All @@ -24985,12 +25020,29 @@
}
}
],
"requestBody": {
"content": {
"application/json": {
"example": {
"credentialName": "userPassword",
"credentialValue": "123456",
"applications": [
"f4KX5zd8RW2pERKKFUCZgQ"
]
},
"schema": {
"$ref": "#/components/schemas/SyntheticCredential"
}
}
},
"required": true
},
"responses": {
"default": {
"200": {
"content": {
"application/json": {}
},
"description": "default response"
"description": "OK"
}
},
"security": [
Expand All @@ -25000,7 +25052,7 @@
]
}
],
"summary": "Delete Synthetic credential",
"summary": "Update a Synthetic Credential",
"tags": [
"Synthetic Settings"
]
Expand Down Expand Up @@ -26070,6 +26122,7 @@
"enum": [
"GROUPING",
"FILTERING",
"SERVICE_MAPPING",
"SMART_ALERTS",
"SMART_ALERTS_LOGS",
"SMART_ALERTS_ADAPTIVE_BASELINE",
Expand Down Expand Up @@ -41595,6 +41648,9 @@
}
}
}
],
"required": [
"trafficType"
]
},
"Trigger": {
Expand Down
Loading

0 comments on commit 4d23ab4

Please sign in to comment.