@itentialopensource/adapter-cisco_tetration
Version:
This adapter integrates with system: sample.
188 lines • 4.91 kB
JSON
{
"actions": [
{
"name": "listApplications",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/openapi/v1/applications?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createAnApplicationCopy",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/openapi/v1/applications?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listApplicationsCopy",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/openapi/v1/conversations/6086b98f497d4f07257a13e9?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveASingleApplication",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAnApplication",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateAnApplication",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "retrieveApplicationDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id/details?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listApplicationVersions",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id/versions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAnApplicationVersion",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/openapi/v1/applications/:application_id/versions/:version?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "",
"responseDatatype": "",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}