@itentialopensource/adapter-sevone
Version:
Itential SevOne Adapter
45 lines • 1.2 kB
JSON
{
"actions": [
{
"name": "partiallyUpdateDeviceGroupById",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/api/v1/devicegroups/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/partiallyUpdateDeviceGroupById-default.json"
}
]
},
{
"name": "getDeviceTagsById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/api/v1/devicetags/{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/getDeviceTagsById-default.json"
}
]
}
]
}