UNPKG

@itentialopensource/adapter-sevone_v2

Version:

This adapter integrates with system described as: SevOne v2 api.

229 lines 6.89 kB
{ "actions": [ { "name": "getTopologyAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topology/{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/getTopologyAttachment-default.json" } ] }, { "name": "getTopologyAttachmentFilters", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/filters?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTopologyAttachmentFilters-default.json" } ] }, { "name": "updateTopologyAttachmentFilters", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/filters?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopologyAttachmentFilters-default.json" } ] }, { "name": "getTopologyAttachmentResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topology/{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/getTopologyAttachmentResources-default.json" } ] }, { "name": "updateTopologyAttachmentResources", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopologyAttachmentResources-default.json" } ] }, { "name": "getTopologyAttachmentSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTopologyAttachmentSettings-default.json" } ] }, { "name": "updateTopologyAttachmentSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopologyAttachmentSettings-default.json" } ] }, { "name": "partialUpdateTopologyAttachmentSettings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/partialUpdateTopologyAttachmentSettings-default.json" } ] }, { "name": "getTopologyAttachmentVisualizationSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topology/{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/getTopologyAttachmentVisualizationSettings-default.json" } ] }, { "name": "updateTopologyAttachmentVisualizationSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topology/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopologyAttachmentVisualizationSettings-default.json" } ] }, { "name": "createTopologyAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/topology?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createTopologyAttachment-default.json" } ] } ] }