UNPKG

@itentialopensource/adapter-akamai_gtm

Version:

This adapter integrates with Akamai Global Traffic Management

67 lines 1.75 kB
{ "actions": [ { "name": "getIdentity", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/identity?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getIdentity-default.json" } ] }, { "name": "getIdentityContracts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/identity/contracts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getIdentityContracts-default.json" } ] }, { "name": "getIdentityGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/identity/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/getIdentityGroups-default.json" } ] } ] }