@itentialopensource/adapter-versa_director
Version:
This adapter integrates with system described as: versaDirectorApi.
189 lines • 5.34 kB
JSON
{
"actions": [
{
"name": "getAlarmNotifications",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/vnms/alarm/notification?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getAlarmNotifications-default.json"
}
]
},
{
"name": "saveAlarmNotification",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/vnms/alarm/notification?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/saveAlarmNotification-default.json"
}
]
},
{
"name": "editAlarmNotification",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/vnms/alarm/notification?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/editAlarmNotification-default.json"
}
]
},
{
"name": "deleteAlarmNotification",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/vnms/alarm/notification?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/deleteAlarmNotification-default.json"
}
]
},
{
"name": "loadAllAlarmNotifications",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/vnms/alarm/notification/all?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/loadAllAlarmNotifications-default.json"
}
]
},
{
"name": "bulkDeleteAlarmNotification",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/vnms/alarm/notification/bulk?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/bulkDeleteAlarmNotification-default.json"
}
]
},
{
"name": "refreshAlarmNotification",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/vnms/alarm/notification/refresh?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/refreshAlarmNotification-default.json"
}
]
},
{
"name": "getAlarmNotificationRule",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/vnms/alarm/notification/rule?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getAlarmNotificationRule-default.json"
}
]
},
{
"name": "searchAlarmNotification",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/vnms/alarm/notification/search?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/searchAlarmNotification-default.json"
}
]
}
]
}