UNPKG

@itentialopensource/adapter-ns1_enterprise

Version:

This adapter integrates with system described as: ns1_enterprise.

151 lines 4.3 kB
{ "actions": [ { "name": "getOpsServiceGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ops/service/groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getOpsServiceGroups-default.json" } ] }, { "name": "putOpsServiceGroups", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/ops/service/groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putOpsServiceGroups-default.json" } ] }, { "name": "getOpsServiceGroupsServicegroupid", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ops/service/groups/{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/getOpsServiceGroupsServicegroupid-default.json" } ] }, { "name": "postOpsServiceGroupsServicegroupid", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ops/service/groups/{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/postOpsServiceGroupsServicegroupid-default.json" } ] }, { "name": "deleteOpsServiceGroupsServicegroupid", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/ops/service/groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postOpsServiceGroupsServicegroupidOrgOrgid", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ops/service/groups/{pathv1}/org/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postOpsServiceGroupsServicegroupidOrgOrgid-default.json" } ] }, { "name": "getOpsServiceGroupsServicegroupidOrgs", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ops/service/groups/{pathv1}/orgs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getOpsServiceGroupsServicegroupidOrgs-default.json" } ] } ] }