This documentation is for a release that is no longer maintained.
You can select a different version or view all RHACS documentation.Chapter 63. Service Identity Service
63.1. Service Identity Service Copy linkLink copied to clipboard!
63.1.1. CreateServiceIdentity Copy linkLink copied to clipboard!
POST /v1/serviceIdentities
CreateServiceIdentity creates a new key pair and certificate. The key and certificate are not retained and can never be retrieved again.
63.1.1.1. Description Copy linkLink copied to clipboard!
63.1.1.2. Parameters Copy linkLink copied to clipboard!
63.1.1.2.1. Body Parameter Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| body | X |
63.1.1.3. Return Type Copy linkLink copied to clipboard!
63.1.1.4. Content Type Copy linkLink copied to clipboard!
- application/json
63.1.1.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
63.1.1.6. Samples Copy linkLink copied to clipboard!
63.1.2. GetAuthorities Copy linkLink copied to clipboard!
GET /v1/authorities
GetAuthorities returns the authorities currently in use.
63.1.2.1. Description Copy linkLink copied to clipboard!
63.1.2.2. Parameters Copy linkLink copied to clipboard!
63.1.2.3. Return Type Copy linkLink copied to clipboard!
63.1.2.4. Content Type Copy linkLink copied to clipboard!
- application/json
63.1.2.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
63.1.2.6. Samples Copy linkLink copied to clipboard!
63.1.3. GetServiceIdentities Copy linkLink copied to clipboard!
GET /v1/serviceIdentities
63.1.3.1. Description Copy linkLink copied to clipboard!
63.1.3.2. Parameters Copy linkLink copied to clipboard!
63.1.3.3. Return Type Copy linkLink copied to clipboard!
63.1.3.4. Content Type Copy linkLink copied to clipboard!
- application/json
63.1.3.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |