@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
106 lines • 2.65 kB
JSON
{
"actions": [
{
"name": "getRolesUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/roles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRolesUsingGET-default.json"
}
]
},
{
"name": "createRoleUsingPOST",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/roles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRoleByIdUsingGET",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/roles/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateRoleUsingPUT1",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/roles/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteRoleByIdUsingDELETE",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/roles/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}