UNPKG

@itentialopensource/adapter-openstack_neutron

Version:

This adapter integrates with system described as: Openstack Networking (Neutron) Service

121 lines 3.42 kB
{ "actions": [ { "name": "listPortAssociations", "protocol": "REST", "method": "GET", "entitypath": { "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}", "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}" }, "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createPortAssociation", "protocol": "REST", "method": "POST", "entitypath": { "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}", "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}" }, "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "showPortAssociationDetails", "protocol": "REST", "method": "GET", "entitypath": { "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}", "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{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": "updateAPortAssociation", "protocol": "REST", "method": "PUT", "entitypath": { "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}", "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}" }, "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePortAssociation", "protocol": "REST", "method": "DELETE", "entitypath": { "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}", "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}" }, "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }