Chapter 63. Service Identity Service
63.1. Service Identity Service
63.1.1. CreateServiceIdentity
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
63.1.1.2. Parameters
63.1.1.2.1. Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
body | X |
63.1.1.3. Return Type
63.1.1.4. Content Type
- application/json
63.1.1.5. Responses
Code | Message | Datatype |
---|---|---|
200 | A successful response. | |
0 | An unexpected error response. |
63.1.1.6. Samples
63.1.2. GetAuthorities
GET /v1/authorities
GetAuthorities returns the authorities currently in use.
63.1.2.1. Description
63.1.2.2. Parameters
63.1.2.3. Return Type
63.1.2.4. Content Type
- application/json
63.1.2.5. Responses
Code | Message | Datatype |
---|---|---|
200 | A successful response. | |
0 | An unexpected error response. |
63.1.2.6. Samples
63.1.3. GetServiceIdentities
GET /v1/serviceIdentities
63.1.3.1. Description
63.1.3.2. Parameters
63.1.3.3. Return Type
63.1.3.4. Content Type
- application/json
63.1.3.5. Responses
Code | Message | Datatype |
---|---|---|
200 | A successful response. | |
0 | An unexpected error response. |