@itentialopensource/adapter-accedian_skylight
Version:
This adapter integrates with system described as: accedianSkylight.
166 lines • 4.3 kB
JSON
{
"actions": [
{
"name": "createNetworkAssetV2",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAllNetworkAssetsV2",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getNetworkAssetV2",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/{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": "updateNetworkAssetV2",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteNetworkAssetV2",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getFilteredNetworkAssetCountV2",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/count?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getFilteredNetworkAssetListV2",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/list?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getNetworkAssetGroupByV2",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/cyber/network-assets/groupBy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}