@itentialopensource/adapter-adtran_mosaic_cloud_platform
Version:
This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).
126 lines • 3.42 kB
JSON
{
"actions": [
{
"name": "createCredential",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials/credential?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateCredentialPasswordOnlyAuthentication",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteCredentialPasswordOnly",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCredentialsByName",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials/{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": "deleteCredential",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAllCredentials",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-credentials:credentials?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}