@itentialopensource/adapter-openstack_neutron
Version:
This adapter integrates with system described as: Openstack Networking (Neutron) Service
121 lines • 3.03 kB
JSON
{
"actions": [
{
"name": "listSubnets",
"protocol": "REST",
"method": "GET",
"entitypath": {
"v0": "{base_path}/{version}/v2.0/subnets?{query}",
"v1": "{base_path}/{version}/subnets?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createSubnet",
"protocol": "REST",
"method": "POST",
"entitypath": {
"v0": "{base_path}/{version}/v2.0/subnets?{query}",
"v1": "{base_path}/{version}/subnets?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showSubnetDetails",
"protocol": "REST",
"method": "GET",
"entitypath": {
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
"v1": "{base_path}/{version}/subnets/{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": "updateSubnet",
"protocol": "REST",
"method": "PUT",
"entitypath": {
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
"v1": "{base_path}/{version}/subnets/{pathv1}?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteSubnet",
"protocol": "REST",
"method": "DELETE",
"entitypath": {
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
"v1": "{base_path}/{version}/subnets/{pathv1}?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}