UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

126 lines 3.35 kB
{ "actions": [ { "name": "getCloudProviderAccounts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/cloud-provider-accounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getCloudProviderAccounts-default.json" } ] }, { "name": "createCloudProviderAccount", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/cloud-provider-accounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteallCloudProviderAccounts", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/cloud-provider-accounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getCloudProviderAccount", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/cloud-provider-accounts/{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/getCloudProviderAccount-default.json" } ] }, { "name": "updateCloudProviderAccount", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/cloud-provider-accounts/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteCloudProviderAccount", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/cloud-provider-accounts/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }