/resourceAliases/{id}
Mount Point: /auth/api/v1/resourceAliases/{id}/
The following operations are supported on this resource:
GET
Retrieve a specified resource alias.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the resource alias to be retrieved. | path |
Response Body
| result: | resourceAlias |
| media types: | application/json |
The requested resource alias.
PUT
Updates a resource alias.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the resource alias to be updated. | path |
Request Body
| element: | resourceAlias |
| media types: | application/json |
The updated state.
Response Body
| result: | resourceAlias |
| media types: | application/json |
ResourceAlias updated resource alias.
Status Codes
| code | description |
|---|---|
| 200 | Success |
| 409 | Reserved for cache object out of date |
DELETE
Deletes the specified resource alias.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the resource alias to be deleted. | path |
Status Codes
| code | description |
|---|---|
| 204 | Success |
| 404 | No such object |