@itentialopensource/adapter-openstack_neutron
Version:
This adapter integrates with system described as: Openstack Networking (Neutron) Service
143 lines • 4.23 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": "listSecurityGroupRules",
"enum": [
"listSecurityGroupRules",
"createSecurityGroupRule",
"showSecurityGroupRule",
"deleteSecurityGroupRule"
],
"external_name": "ph_request_type"
},
"remoteGroupId": {
"type": "string",
"description": "Filter the security group rule list result by the ID of the remote group\nthat associates with this security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "remote_group_id"
},
"portRangeMax": {
"type": "number",
"description": "Filter the security group rule list result by the maximum port number\nin the range that is matched by the security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "port_range_max"
},
"securityGroupId": {
"type": "string",
"description": "Filter the security group rule list result by the ID of the security group\nthat associates with this security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "security_group_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"
},
"portRangeMin": {
"type": "number",
"description": "Filter the security group rule list result by the minimum port number\nin the range that is matched by the security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "port_range_min"
},
"remoteIpPrefix": {
"type": "string",
"description": "Filter the list result by the remote IP prefix that is matched by\nthis security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "remote_ip_prefix"
},
"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"
},
"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 security group rule attribute. You can specify multiple pairs of\nsort key and sort direction query parameters. The sort keys are limited to:",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_key"
},
"securityGroupRuleId": {
"type": "string",
"description": "The ID of the security group rule.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "security_group_rule_id"
}
},
"definitions": {}
}