UNPKG

@itentialopensource/adapter-f5_bigiq

Version:

This adapter integrates with system described as: f5Big-iqApi.

294 lines 8.03 kB
{ "actions": [ { "name": "postRetrieveFirewallExpanedRules", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/utility/expanded-rules?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postFirewallRuleDeclareManagementAuthorityTask", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/declare-mgmt-authority?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllFirewallRuleDeclareManagementAuthorityTask", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/declare-mgmt-authority?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFirewallRuleDeclareManagementAuthorityTask", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/declare-mgmt-authority/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllFirewalls", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/firewalls?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFirewall", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/firewalls/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchFirewall", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/firewalls/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllFirewallDeployConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/deploy-configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFirewallDeployConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/deploy-configuration/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postFirewallDeployConfiguration", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mgmt/cm/firewall/tasks/deploy-configuration/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllFirewallPolicies", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/policies?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFirewallPolicy", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/policies/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllFirewallPolicyRules", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/policies/{pathv1}/rules?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFirewallPolicyRule", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mgmt/cm/firewalls/working-config/policies/{pathv1}/rules/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }