@itentialopensource/adapter-openstack_neutron
Version:
This adapter integrates with system described as: Openstack Networking (Neutron) Service
88 lines • 2.43 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": "listAllAgents",
"enum": [
"listAllAgents",
"showAgentDetails",
"updateAgent",
"deleteAgent"
],
"external_name": "ph_request_type"
},
"adminStateUp": {
"type": "boolean",
"description": "Filter the list result by the administrative state of the resource,\nwhich is up (true) or down (false).",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "admin_state_up"
},
"agentType": {
"type": "string",
"description": "Filter the list result by the type of agent such as Open vSwitch agent\nor DHCP agent.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "agent_type"
},
"availabilityZone": {
"type": "string",
"description": "Filter the list result by the availability zone of the agent.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "availability_zone"
},
"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 agent attributes. 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"
},
"agentId": {
"type": "string",
"description": "The ID of the agent.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "agent_id"
}
},
"definitions": {}
}