@itentialopensource/adapter-openstack_neutron
Version:
This adapter integrates with system described as: Openstack Networking (Neutron) Service
78 lines • 2.08 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": "showAddressScope",
"enum": [
"showAddressScope",
"updateAnAddressScope",
"deleteAnAddressScope",
"listAddressScopes",
"createAddressScope"
],
"external_name": "ph_request_type"
},
"addressScopeId": {
"type": "string",
"description": "The ID of the address scope.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "address_scope_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"
},
"ipVersion": {
"type": "number",
"description": "Filter the list result by the IP protocol version.\nValid value is 4 or 6.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "ip_version"
},
"sortKey": {
"type": "string",
"description": "Sorts by an address scope attribute. You can specify multiple pairs of sort\nkey and sort direction query parameters. The sort keys are limited to:",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_key"
}
},
"definitions": {}
}