@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
130 lines • 4.06 kB
JSON
{
"actions": [
{
"name": "retrievestrafficstatsforconnectorsinthistenant",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/connectortraffic/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievestrafficstatsforconnectorsinthistenant-default.json"
}
]
},
{
"name": "retrievestheInterCXPtraffic",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/intercxptraffic?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievestheInterCXPtraffic-default.json"
}
]
},
{
"name": "retrievestheoveralltrafficgoingtointernetfromCXP",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/internettraffic?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievestheoveralltrafficgoingtointernetfromCXP-default.json"
}
]
},
{
"name": "retrievestrafficstatsforservicesinthistenant",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/servicetraffic/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievestrafficstatsforservicesinthistenant-default.json"
}
]
},
{
"name": "retrievesactivesessionscountforservicesinthistenant",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/servicetraffic/{pathv2}/activesessions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievesactivesessionscountforservicesinthistenant-default.json"
}
]
},
{
"name": "retrievesinstancecountforservicesinthistenant",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/servicetraffic/{pathv2}/instancecount?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/retrievesinstancecountforservicesinthistenant-default.json"
}
]
}
]
}