UNPKG

@itentialopensource/adapter-terraform_enterprise

Version:

This adapter integrates with system described as: terraform Enterprise.

46 lines 1.17 kB
{ "actions": [ { "name": "generateOrganizationToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organizations/{pathv1}/authentication-token?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteOrganizationToken", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/organizations/{pathv1}/authentication-token?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }