@itentialopensource/adapter-openstack_nova
Version:
This adapter integrates with system described as: Opensatck Compute (Nova) Service.
147 lines • 3.8 kB
JSON
{
"actions": [
{
"name": "listDNSDomains",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-floating-ip-dns?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createOrUpdateDNSDomain",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteDNSDomain",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listDNSEntries",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}/entries/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "findUniqueDNSEntry",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}/entries/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createOrUpdateDNSEntry",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}/entries/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteDNSEntry",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/os-floating-ip-dns/{pathv1}/entries/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}