@itentialopensource/adapter-openstack_keystone
Version:
This adapter integrates with system described as: Openstack Keystone.
270 lines • 7.21 kB
JSON
{
"actions": [
{
"name": "showDefaultConfigurationSettings",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/config/default?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDefaultConfigurationForAGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/config/{pathv1}/default?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDefaultOptionForAGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/config/{pathv1}/{pathv2}/default?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDomainGroupOptionConfiguration",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateDomainGroupOptionConfiguration",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteDomainGroupOptionConfiguration",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDomainGroupConfiguration",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{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": "updateDomainGroupConfiguration",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteDomainGroupConfiguration",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createDomainConfiguration",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDomainConfiguration",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateDomainConfiguration",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteDomainConfiguration",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/domains/{pathv1}/config?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}