@itentialopensource/adapter-moogsoft_saas
Version:
This adapter integrates with system described as: Moogsoft SaS
188 lines • 5.07 kB
JSON
{
"actions": [
{
"name": "getCloudwatchDetectors",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/aws/{pathv1}/detectors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudwatchDetectors-default.json"
}
]
},
{
"name": "updateCloudwatchDetectors",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/integrations/aws/{pathv1}/detectors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteCloudwatch",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v1/integrations/aws/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateCloudwatch",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v1/integrations/aws/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCloudwatchStatus",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/aws/{pathv1}/status?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudwatchStatus-default.json"
}
]
},
{
"name": "cloudwatchAccountId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/aws/account?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/cloudwatchAccountId-default.json"
}
]
},
{
"name": "testCloudwatch",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/integrations/aws/credentials/test?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/testCloudwatch-default.json"
}
]
},
{
"name": "listCloudwatch",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/aws?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listCloudwatch-default.json"
}
]
},
{
"name": "createCloudwatch",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/integrations/aws?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}