UNPKG

@itentialopensource/adapter-openstack_keystone

Version:

This adapter integrates with system described as: Openstack Keystone.

25 lines 570 B
{ "actions": [ { "name": "listRevokedTokens", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/auth/tokens/OS-PKI/revoked?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }