@itentialopensource/adapter-openstack_neutron
Version:
This adapter integrates with system described as: Openstack Networking (Neutron) Service
177 lines • 5.15 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "listFloatingIPs",
"enum": [
"listFloatingIPs",
"createFloatingIP",
"showFloatingIPDetails",
"updateFloatingIP",
"deleteFloatingIP"
],
"external_name": "ph_request_type"
},
"routerId": {
"type": "string",
"description": "Filter the floating IP list result by the ID of the router for the\nfloating IP.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "router_id"
},
"tenantId": {
"type": "string",
"description": "Filter the list result by the ID of the project that owns the resource.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tenant_id"
},
"projectId": {
"type": "string",
"description": "Filter the list result by the ID of the project that owns the resource.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "project_id"
},
"revisionNumber": {
"type": "number",
"description": "Filter the list result by the revision number of the resource.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "revision_number"
},
"floatingNetworkId": {
"type": "string",
"description": "Filter the floating IP list result by the ID of the network associated\nwith the floating IP.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "floating_network_id"
},
"fixedIpAddress": {
"type": "string",
"description": "Filter the floating IP list result by the fixed IP address that\nis associated with the floating IP address.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "fixed_ip_address"
},
"floatingIpAddress": {
"type": "string",
"description": "Filter the floating IP list result by the floating IP address.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "floating_ip_address"
},
"portId": {
"type": "string",
"description": "Filter the floating IP list result by the ID of a port associated with\nthe floating IP.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "port_id"
},
"sortDir": {
"type": "string",
"description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_dir"
},
"sortKey": {
"type": "string",
"description": "Sorts by a floatingip attribute. You can specify multiple pairs of sort key\nand sort direction query parameters. The sort keys are limited to:",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_key"
},
"tagsAny": {
"type": "string",
"description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be returned.\nTags in query must be separated by comma.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tags-any"
},
"notTags": {
"type": "string",
"description": "A list of tags to filter the list result by.\nResources that match all tags in this list will be excluded.\nTags in query must be separated by comma.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "not-tags"
},
"notTagsAny": {
"type": "string",
"description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be excluded.\nTags in query must be separated by comma.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "not-tags-any"
},
"floatingipId": {
"type": "string",
"description": "The ID of the floating IP address.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "floatingip_id"
}
},
"definitions": {}
}