@itentialopensource/adapter-adtran_mosaic_cloud_platform
Version:
This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).
127 lines • 3.42 kB
JSON
{
"actions": [
{
"name": "findServices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-captive-portal-services:find-services?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "suspendService",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-uiworkflow:suspend?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "resumeService",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-uiworkflow:resume?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getService",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-uiworkflow-services:services/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getServiceProfiles",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-uiworkflow-services:service-profiles/service-profile?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getServiceProfiles-default.json"
}
]
},
{
"name": "getServices",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-services:services?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}