@itentialopensource/adapter-panorama
Version:
This adapter integrates with system described as: yourTitleHere.
206 lines • 5.45 kB
JSON
{
"actions": [
{
"name": "getGlobalProtectHIPObjects",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPObjects?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createGlobalProtectHIPObject",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPObjects?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "renameGlobalProtectHIPObject",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPObjects:rename?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateGlobalProtectHIPObject",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPObjects?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteGlobalProtectHIPObject",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPObjects?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getGlobalProtectHIPProfiles",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPProfiles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createGlobalProtectHIPProfile",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPProfiles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "renameGlobalProtectHIPProfile",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPProfiles:rename?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateGlobalProtectHIPProfile",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPProfiles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteGlobalProtectHIPProfile",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/Objects/GlobalProtectHIPProfiles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}