/resourceAliases
Mount Point: /auth/api/v1/resourceAliases/
GET
Retrieve a list of resource aliases from the entire set of defined resource aliases.
Parameters
name | description | type | default |
---|---|---|---|
startIndex | The index number of the first item to be provided in the results. A null value is equivalent to 0. | query | 0 |
count | The maximum number of items to be provided in the results. A null value signifies no maximum. | query | |
sortBy | Specifies how the results should be sorted. Allowed values are NAME_ASCENDING and NAME_DESCENDING. | query | NAME_ASCENDING |
filterBy | Specifies how filtering will occur. Allowed values are NAME_EQUALITY, NAME, ID, and VERSION. | query | |
filter | user-supplied input used for filtering. | query | |
excludesList | comma-separated list of ids to exclude from results. | query |
Response Body
result: | resourceAlias |
media types: | application/json |
Paged results of all requested resource aliases.
Status Codes
code | description |
---|---|
200 | Success |
POST
Creates a model object.
Request Body
element: | resourceAlias |
media types: | application/json |
(no documentation provided)
Response Body
result: | resourceAlias |
media types: | application/json |
The created model object response.
Status Codes
code | description |
---|---|
201 | Success |
400 | Bad Request |