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