@itentialopensource/adapter-sevone_v2
Version:
This adapter integrates with system described as: SevOne v2 api.
127 lines • 3.78 kB
JSON
{
"actions": [
{
"name": "getDeviceGroupAttachment",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/attachments/devicegroups/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getDeviceGroupAttachment-default.json"
}
]
},
{
"name": "getDeviceGroupsAttachment",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/attachments/devicegroups/{pathv1}/resources?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getDeviceGroupsAttachment-default.json"
}
]
},
{
"name": "updateDeviceGroupsAttachment",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/reports/attachments/devicegroups/{pathv1}/resources?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateDeviceGroupsAttachment-default.json"
}
]
},
{
"name": "getDeviceGroupsAttachmentVisualization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/attachments/devicegroups/{pathv1}/visualizations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getDeviceGroupsAttachmentVisualization-default.json"
}
]
},
{
"name": "updateDeviceGroupsAttachmentVisualization",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/reports/attachments/devicegroups/{pathv1}/visualizations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateDeviceGroupsAttachmentVisualization-default.json"
}
]
},
{
"name": "createDeviceGroupsAttachment",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/devicegroups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createDeviceGroupsAttachment-default.json"
}
]
}
]
}