@itentialopensource/adapter-openstack_keystone
Version:
This adapter integrates with system described as: Openstack Keystone.
148 lines • 3.92 kB
JSON
{
"actions": [
{
"name": "createApplicationCredential",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/application_credentials?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listApplicationCredentials",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/application_credentials?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showApplicationCredentialDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/application_credentials/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteApplicationCredential",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/application_credentials/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listAccessRules",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/access_rules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showAccessRuleDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/access_rules/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAccessRule",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/users/{pathv1}/access_rules/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}