UNPKG

@itentialopensource/adapter-sevone

Version:
106 lines 3.2 kB
{ "actions": [ { "name": "getDeviceGroupsAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/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}/api/v1/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}/api/v1/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}/api/v1/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}/api/v1/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" } ] } ] }