@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
172 lines • 4.89 kB
JSON
{
"actions": [
{
"name": "getCountUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/count?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessTopApplications",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/topapplications?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessDataUtilizationUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/data-utilization?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessConnectorDataUtilizationUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/utilization?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessTopPolicyHits",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/toppolicyhits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessBandwidthUtilizationUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/stats/remote-access-sessions/bandwidth-utilization?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAuthenticationAttemptsUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/alkira-remote-access-connector-templates/{pathv2}/authentication-attempts?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRemoteAccessSessionsUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/alkira-remote-access-connector-templates/{pathv2}/sessions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}