API Documentation
1. Endpoints
1.1. Admin
1.1.1. archiveEntitiesBatch
POST /api/v1/admin/batch-archive
Batch Archive resources from an Entity
1.1.1.1. Parameters
1.1.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Archived the requested resources of an Entity |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.1.2. archiveSingleEntity
PATCH /api/v1/admin/{id}/archive
Archive a resource from an Entity
1.1.2.1. Parameters
1.1.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Archived the requested resource of an Entity |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.1.3. deleteArchived
DELETE /api/v1/admin/archived
Delete archived resources from an Entity
1.1.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Deleted the archived resource of an Entity |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.1.4. deleteArchivedEntities
POST /api/v1/admin/batch-delete
Batch Delete archived resources from an Entity
1.1.4.1. Parameters
1.1.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Deleted the requested resources |
<<>> |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.1.5. synchronizeApiClients
PUT /api/v1/admin/sync-api-clients
Import provider Clients
1.1.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Imported provider Clients |
<<>> |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.1.6. synchronizeUsers
PUT /api/v1/admin/sync-users
Import provider Users
1.1.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Imported provider Users |
<<>> |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.2. ApiClient
1.2.1. createNewApiClient
POST /api/v1/api-clients/
Create an Api Client
1.2.1.1. Parameters
1.2.1.4. Responses
Code | Message | Datatype |
---|---|---|
201 |
Api Client created |
CreateNewApiClientResponse[CreateNewApiClientResponse] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.2.2. deleteApiClient
DELETE /api/v1/api-clients/{id}
Delete Api Client
1.2.2.1. Parameters
1.2.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Api Client Deleted |
<<>> |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.2.3. getApiClientDetails
GET /api/v1/api-clients/{id}
Get Api Client
1.2.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Api Client |
GetApiClientResponse[GetApiClientResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.2.4. resetApiClientSecret
POST /api/v1/api-clients/{id}/reset-secret
Reset Api Client’s secret
1.2.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Api Client's secret was reset |
ResetApiClientSecretResponse[ResetApiClientSecretResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.2.5. searchApiClients
POST /api/v1/api-clients/search
Search Api Clients
1.2.5.1. Parameters
1.2.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.2.5.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Found Api Clients |
GetApiClientResponseDtoPage[GetApiClientResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.2.6. updateApiClient
PATCH /api/v1/api-clients/{id}
Update an Api Client
1.2.6.1. Parameters
1.2.6.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id of the desired Api Client |
X |
null |
1.2.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Api Client updated |
UpdateApiClientResponse[UpdateApiClientResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.3. AsyncCertificate
1.3.1. orderCertificate
POST /api/v2/certificates/cert-requests/{id}
Order a Certificate by Certificate Request
1.3.1.4. Responses
Code | Message | Datatype |
---|---|---|
201 |
Certificate Ordered |
OrderCertificateResponseDto[OrderCertificateResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.3.2. orderMultipleCertificates
POST /api/v2/certificates/cert-requests
Order Multiple Certificates by Certificate Requests
1.3.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificates ordered |
OrderMultipleCertificatesResponseDto[OrderMultipleCertificatesResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.4. AuthenticatedPrincipal
1.4.1. getAuthenticatedPrincipal
GET /api/v1/authenticated-principal/
Get Authenticated Principal
1.4.1.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Authenticated Principal Found |
AuthenticatedPrincipalResponseDto[AuthenticatedPrincipalResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.4.2. getAuthenticatedPrincipalPermissions
GET /api/v1/authenticated-principal/permissions
Get Authenticated Principal concatenated permissions
1.4.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Authenticated Principal Permissions Found |
GetAuthenticatedPrincipalPermissionsResponseDto[GetAuthenticatedPrincipalPermissionsResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.5. Ca
1.5.1. downloadCaCertificate
GET /api/v1/cas/{id}/download
Download CA Certificate
1.5.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
CA Certificate Downloaded |
CaCertificateDataPemDto[CaCertificateDataPemDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.2. getCa
GET /api/v1/cas/{id}
Get CA by Id
1.5.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found CA |
GetCaResponseDto[GetCaResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.3. getTrustedCas
POST /api/v1/cas/get-trusted
Get trusted CAs in PEM format according to the search criteria.
1.5.3.1. Parameters
1.5.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Trusted CAs acquired |
GetTrustedCasResponseDto[GetTrustedCasResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.4. importCaCertificates
POST /api/v1/cas/import
Import CA Certificate(s) from pem file content
1.5.4.1. Parameters
1.5.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
CA Certificate(s) Imported |
ImportCaResponseDto[ImportCaResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.5. searchCas
POST /api/v1/cas/search
Search CA
1.5.5.1. Parameters
1.5.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.5.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found CA |
SearchCaResponseDtoPage[SearchCaResponseDtoPage] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.6. updateCa
PATCH /api/v1/cas/{id}
Update a CA
1.5.6.1. Parameters
1.5.6.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of the CA that will be updated |
X |
null |
1.5.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
CA Updated |
UpdateCaResponseDto[UpdateCaResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.5.7. verifyCaCertificates
POST /api/v1/cas/import/verify
Verify CA Certificate(s) from PEM file content
1.5.7.1. Parameters
1.5.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
CA Certificate(s) Verified |
VerifyImportCaResponseDto[VerifyImportCaResponseDto] |
1.6. CertRequest
1.6.1. approveCertRequest
PATCH /api/v1/cert-requests/{id}/approve
Approve a Certificate Request
1.6.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Approved |
ApproveCertReqResponseDto[ApproveCertReqResponseDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.2. createCertRequest
POST /api/v1/cert-requests/
Create a Certificate Request
1.6.2.1. Parameters
1.6.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificate Request Created |
CreateCertReqResponseDto[CreateCertReqResponseDto] |
1.6.3. createMultipleCertRequest
POST /api/v1/cert-requests/multiple
Create a Certificate Request for multiple End Entities
1.6.3.1. Parameters
1.6.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificate Request Created |
CreateMultipleCertReqResponseDto[CreateMultipleCertReqResponseDto] |
1.6.4. declineCertRequest
PATCH /api/v1/cert-requests/{id}/decline
Decline a Certificate Request
1.6.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Declined |
DeclineCertReqResponseDto[DeclineCertReqResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.5. examinePkcs10Request
PUT /api/v1/cert-requests/examine-pkcs10-request
Examine PKCS10 request against End Entity and Policy
1.6.5.1. Parameters
1.6.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Examination completed |
ExaminePkcs10RequestResponseDto[ExaminePkcs10RequestResponseDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.6. getCertRequest
GET /api/v1/cert-requests/{id}
Get a Certificate Request
1.6.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Found |
GetCertReqResponseDto[GetCertReqResponseDto] |
1.6.7. getCertRequestAdditionalData
PATCH /api/v1/cert-requests/{id}/additional-data
Get Certificate Request additional data
1.6.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Found |
GetCertRequestAdditionalDataResponseDto[GetCertRequestAdditionalDataResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.8. getCertRequestByPkcs10AndEndEntity
POST /api/v1/cert-requests/end-entities/{id}/by-pkcs10
Get Certificate Request by End Entity and PKCS10
1.6.8.1. Parameters
1.6.8.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id of the End Entity, used to find the desired Certificate Request |
X |
null |
1.6.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request found |
GetCertReqResponseDto[GetCertReqResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.9. getMostRecentPendingCertificates
GET /api/v1/cert-requests/realms/{id}/pending
Get pending Certificate Requests of a specific Realm
1.6.9.1. Parameters
1.6.9.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Pending Certificate Requests of Realm Found |
GetPendingCertReqResponseDtoPage[GetPendingCertReqResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.10. getNameOfRolesWithCertRequestAccess
GET /api/v1/cert-requests/{id}/roles
Get role names of respective certificate request
1.6.10.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role names Found |
GetEntityRoleNamesResponseDto[GetEntityRoleNamesResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.11. importCertificates
POST /api/v1/cert-requests/import-certificates
Import certificates
1.6.11.1. Parameters
1.6.11.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificates imported |
ImportCertificatesResponseDto[ImportCertificatesResponseDto] |
1.6.12. resendEmailVerificationForCertRequest
POST /api/v1/cert-requests/{id}/resend-verification-email
Resend E-Mail verification for a Certificate Request
1.6.12.1. Parameters
1.6.12.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id of the Certificate Request for which the resend verification E-Mail is requested |
X |
null |
1.6.12.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
E-Mail verification sent |
<<>> |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.13. searchAllCertRequests
POST /api/v1/cert-requests/search-all
Search all Certificate Requests
1.6.13.1. Parameters
1.6.13.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.6.13.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Certificate Requests Found |
GetCertReqResponseDtoPage[GetCertReqResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.14. searchCertRequests
POST /api/v1/cert-requests/search
Search Certificate Requests
1.6.14.1. Parameters
1.6.14.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.6.14.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Certificate Requests Found |
GetCertReqResponseDtoPage[GetCertReqResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.6.15. verifyImportCertificates
POST /api/v1/cert-requests/import-certificates/verify
Verify import certificates request
1.6.15.1. Parameters
1.6.15.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Import certificates request verified |
VerifyImportCertificatesResponseDto[VerifyImportCertificatesResponseDto] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7. Certificate
1.7.1. createCertificate
POST /api/v1/certificates/cert-requests/{id}
Create Certificate by Certificate Request
1.7.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificate Created |
CreateCertificateResponseDto[CreateCertificateResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.2. createMultipleCertificates
POST /api/v1/certificates/cert-requests
Create Multiple Certificates by Certificate Requests
1.7.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Certificates Created |
CreateMultipleCertificateFromCertRequestsResponseDto[CreateMultipleCertificateFromCertRequestsResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.3. downloadCaChainForPolicy
GET /api/v1/certificates/policies/{id}/download-ca-chain
Download the CA chain for a specified Policy
1.7.3.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policy CA chain downloaded successfully |
CaCertificatePemDto[CaCertificatePemDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.4. downloadCertificate
GET /api/v1/certificates/{id}/download
Download Certificate
1.7.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Downloaded |
CertificatePemDto[CertificatePemDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.5. downloadCertificateChain
GET /api/v1/certificates/{id}/download-chain
Download Chain of Certificate
1.7.5.1. Parameters
1.7.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Chain Downloaded |
CertificatePemDto[CertificatePemDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.6. downloadCertificatePrivateKey
GET /api/v1/certificates/{id}/download-private-key
Download private key of the Certificate
1.7.6.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Certificate private key downloaded |
CertificatePrivateKeyPemDto[CertificatePrivateKeyPemDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.7. downloadCertificatesAsZip
GET /api/v1/certificates/batch-download
Batch Download Certificates
1.7.7.1. Parameters
1.7.7.1.1. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
ids |
The list of ids in order to specify the desired Certificates [UUID] |
X |
null |
1.7.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificates Downloaded |
ZippedFileDto[ZippedFileDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.8. downloadCrl
GET /api/v1/certificates/{id}/crl
Download crl for a Certificate
1.7.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate's crl downloaded |
CrlDto[CrlDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.9. emailCertificate
POST /api/v1/certificates/{id}/email
Send Certificate E-Mail
1.7.9.4. Responses
Code | Message | Datatype |
---|---|---|
204 |
Certificate E-Mail sent |
<<>> |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.10. getAuditEventsForCertificate
GET /api/v1/certificates/{id}/audit-events
Get Audit Events for a Certificate
1.7.10.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate's Audit Events Found |
GetAuditEventResponseDtoList[GetAuditEventResponseDtoList] |
1.7.11. getCertificateByFingerprint
GET /api/v1/certificates/by-fingerprint
Get Certificate by fingerprint
1.7.11.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificate |
GetCertificateResponseDto[GetCertificateResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.12. getCertificateByIssuerDnBinAndSerialNumber
POST /api/v1/certificates/by-issuer-dn-bin-and-serial-number
Get Certificate by issuer dn bin and serial number
1.7.12.1. Parameters
1.7.12.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificate |
GetCertificateResponseDto[GetCertificateResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.13. getCertificateDetails
GET /api/v1/certificates/{id}
Get Certificate
1.7.13.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificate |
GetCertificateResponseDto[GetCertificateResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.14. getCertificatesByRealmId
GET /api/v1/certificates/realms/{id}
Get available Certificates in Realm
1.7.14.1. Parameters
1.7.14.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id of the Realm which will be used to get the Certificates that are a part of it |
X |
null |
1.7.14.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.7.14.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificates |
GetCertificateResponseDtoPage[GetCertificateResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.15. getNameOfRolesWithCertificateAccess
GET /api/v1/certificates/{id}/roles
Get role names of respective certificate
1.7.15.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role names Found |
GetEntityRoleNamesResponseDto[GetEntityRoleNamesResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.16. getOcspStatus
GET /api/v1/certificates/{id}/ocsp-status
Get the OCSP status of a Certificate
1.7.16.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
OCSP status of Certificate Found |
OcspStatusCheckDto[OcspStatusCheckDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.17. getSoonExpiringCertificates
GET /api/v1/certificates/realms/{id}/expiring
Get the Certificates that are expiring soon of the requested Realm
1.7.17.1. Parameters
1.7.17.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Expiring soon Certificates for the Realm Found |
GetCertificateResponseDtoPage[GetCertificateResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.18. markCertificatesAsRevoked
PATCH /api/v1/certificates/mark-as-revoked
Mark Certificates as revoked
1.7.18.1. Parameters
1.7.18.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Certificates Marked As Revoked |
<<>> |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.19. retrieveCertificateP12
GET /api/v1/certificates/{id}/pkcs12
Retrieve P12 Certificate
1.7.19.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
P12 Certificate Retrieved |
KeystoreFileDto[KeystoreFileDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.20. revokeCertificate
POST /api/v1/certificates/revoke
Revoke Certificate
1.7.20.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Revoked |
RevokeCertificateResponseDto[RevokeCertificateResponseDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.21. revokeMultipleCertificates
POST /api/v1/certificates/batch-revoke
Batch Revoke Certificates
1.7.21.1. Parameters
1.7.21.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificates Revoked |
RevokeMultipleCertificateResponseDto[RevokeMultipleCertificateResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.22. searchAllCertificates
POST /api/v1/certificates/search-all
Search all Certificates
1.7.22.1. Parameters
1.7.22.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.7.22.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificates |
GetCertificateResponseDtoPage[GetCertificateResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.23. searchCertificates
POST /api/v1/certificates/search
Search Certificates
1.7.23.1. Parameters
1.7.23.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.7.23.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificates |
GetCertificateResponseDtoPage[GetCertificateResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.24. validateCertificate
POST /api/v1/certificates/validate
Validates a PEM certificate returning true/false and CA chain, if the certificate can be validated by the known CAs in the system
1.7.24.1. Parameters
1.7.24.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate is validated |
CertificateValidationResponseDto[CertificateValidationResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.7.25. validateCertificatePlain
POST /api/v1/certificates/validate-plain
Validates a PEM certificate returning true/false, if the certificate can be validated by the known CAs in the system
1.7.25.1. Parameters
1.7.25.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate is validated |
CertificatePlainValidationResponseDto[CertificatePlainValidationResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.8. CertificateProvider
1.8.1. checkCertificateProviderConnection
POST /api/v1/certificate-providers/{id}/check-connection
Check connected of the Certificate Provider
1.8.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Provider connected Checked |
CheckCertificateProviderConnectionDto[CheckCertificateProviderConnectionDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.8.2. createCertificateProvider
POST /api/v1/certificate-providers/
Create a Certificate Provider
1.8.2.1. Parameters
1.8.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Created Certificate Provider |
CreateCertificateProviderResponseDto[CreateCertificateProviderResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.8.3. getCertificateProvider
GET /api/v1/certificate-providers/{id}
Get Certificate Provider by Id
1.8.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Certificate Provider |
GetCertificateProviderResponseDto[GetCertificateProviderResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.8.4. searchCertificateProviders
POST /api/v1/certificate-providers/search
Find the Certificate Providers
1.8.4.1. Parameters
1.8.4.1.1. Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
CertificateProviderSearchRequestDto |
X |
1.8.4.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.8.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Providers Found |
GetCertificateProviderResponseDtoPage[GetCertificateProviderResponseDtoPage] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.8.5. searchCertificateProvidersForPolicyCreateUpdate
POST /api/v1/certificate-providers/minimal/search
Find the Certificate Providers (non admin)
1.8.5.1. Parameters
1.8.5.1.1. Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
CertificateProviderSearchRequestDto |
X |
1.8.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.8.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Providers Found |
GetCertificateProviderMinimalResponseDtoPage[GetCertificateProviderMinimalResponseDtoPage] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.8.6. updateCertificateProvider
PATCH /api/v1/certificate-providers/{id}
Update a Certificate Provider
1.8.6.1. Parameters
1.8.6.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of Certificate Provider that will be updated |
X |
null |
1.8.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Provider Updated |
UpdateCertificateProviderResponseDto[UpdateCertificateProviderResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.9. CertificateProviderOptions
1.9.1. getAllTemplateSignersByCertificateProviderId
GET /api/v1/certificate-providers-options/{id}/all-cara-template-signers
Returns all Template Signers of the Certificate Provider with this ID and the RA Template Signers
1.9.1.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Template Signers Found |
CaraTemplateSignerDtoList[CaraTemplateSignerDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.9.2. getMscaTemplatesByCertificateProviderId
GET /api/v1/certificate-providers-options/{id}/msca-templates
Returns the MS CA Templates of the Certificate Provider with this ID
1.9.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
MS CA Templates Found |
MscaTemplatesResponseDto[MscaTemplatesResponseDto] |
1.9.3. getPublicCasProducts
GET /api/v1/certificate-providers-options/{id}/public-cas-products
Returns the Public CAs products of the Certificate Provider with this ID
1.9.3.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Public CAs Products Found |
PublicCAsProductsResponseDto[PublicCAsProductsResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.9.4. getTemplateSignersByCertificateProviderId
GET /api/v1/certificate-providers-options/{id}/cara-template-signers
Returns the Template Signers of the Certificate Provider with this ID
1.9.4.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Template Signers Found |
CaraTemplateSignerDtoList[CaraTemplateSignerDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.10. Cmp
1.10.1. calculateMac
POST /api/v1/cmp/calculate-mac
Perform a MAC calculation with an End Entity password and a policy
1.10.1.1. Parameters
1.10.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Mac calculation operation was completed without errors. See response for verification result. |
CmpCalculateMacResponseDto[CmpCalculateMacResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.10.2. getCmpConfigurationByPolicyId
GET /api/v1/cmp/policies/{policyId}/configuration
Find a CMP configuration by a policy ID
1.10.2.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
CMP configuration Found |
GetCmpConfigurationResponseDto[GetCmpConfigurationResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.10.3. signData
POST /api/v1/cmp/sign
Signs the data with CMP signer for the policy provided in the parameters
1.10.3.1. Parameters
1.10.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data signed |
SignDataResponseDto[SignDataResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.10.4. verifyMac
POST /api/v1/cmp/verify-mac
Perform a MAC verification with an End Entity password and a policy
1.10.4.1. Parameters
1.10.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Mac verify operation was completed without errors. See response for verification result. |
CmpVerifyMacResponseDto[CmpVerifyMacResponseDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.11. Configuration
1.11.1. checkEmailConnection
POST /api/v1/configuration/check-email-connection
Check the connection of the configuration E-Mail
1.11.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
The Configuration E-Mail connection was checked successfully |
<<>> |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.11.2. createConfiguration
POST /api/v1/configuration/
Create new Configuration
1.11.2.1. Parameters
1.11.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Configuration Created |
CreateConfigurationResponseDto[CreateConfigurationResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.11.3. deleteConfiguration
DELETE /api/v1/configuration/{settingsKey}
Delete Configuration
1.11.3.1. Parameters
1.11.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Configuration Deleted |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.11.4. getConfiguration
GET /api/v1/configuration/{settingsKey}
Retrieve Configuration by Setting key
1.11.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Configuration Found |
GetConfigurationResponseDto[GetConfigurationResponseDto] |
1.11.5. searchConfiguration
POST /api/v1/configuration/search
Search Configuration
1.11.5.1. Parameters
1.11.5.1.1. Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
SearchConfigurationRequestDto |
X |
1.11.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.11.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Configuration |
GetConfigurationResponseDtoPage[GetConfigurationResponseDtoPage] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.11.6. updateConfiguration
PATCH /api/v1/configuration/
Update Configuration
1.11.6.1. Parameters
1.11.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Configuration Updated |
UpdateConfigurationResponseDto[UpdateConfigurationResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.11.7. updateConfigurationBatch
PATCH /api/v1/configuration/batch
Update Configuration values in batch mode
1.11.7.1. Parameters
1.11.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Configuration values Updated |
UpdateConfigurationBatchResponseDto[UpdateConfigurationBatchResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.12. CryptoModules
1.12.1. createCryptoModule
POST /api/v1/crypto-modules/
Create a Crypto Module
1.12.1.1. Parameters
1.12.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Created Crypto Module |
CreateCryptoModuleResponseDto[CreateCryptoModuleResponseDto] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.12.2. getCryptoModule
GET /api/v1/crypto-modules/{id}
Get Crypto Module by ID
1.12.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Crypto Module found |
GetCryptoModuleResponseDto[GetCryptoModuleResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.12.3. performHealthCheck
PATCH /api/v1/crypto-modules/{id}/health-check
Perform health check for Crypto Module
1.12.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Health check for crypto module performed |
GetCryptoModuleHealthCheckResponseDto[GetCryptoModuleHealthCheckResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.12.4. searchCryptoModules
POST /api/v1/crypto-modules/search
Search the Crypto Modules
1.12.4.1. Parameters
1.12.4.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.12.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Crypto Modules found |
GetCryptoModuleResponseDtoPage[GetCryptoModuleResponseDtoPage] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13. EndEntity
1.13.1. createNewEndEntity
POST /api/v1/end-entities/
Create an End Entity
1.13.1.1. Parameters
1.13.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Created End Entity |
CreateEndEntityResponseDto[CreateEndEntityResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.2. findEeByCertBytes
POST /api/v1/end-entities/find-by-cert-bytes
Get End Entity by certificate bytes
1.13.2.1. Parameters
1.13.2.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Found End Entity |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.3. findEndEntityByPolicyIdAndEndEntityDataset
POST /api/v1/end-entities/policies/{id}/by-end-entity-dataset
Find End Entity by Policy and End Entity dataset
1.13.3.1. Parameters
1.13.3.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id passed in the url is the id of the Policy that will be used for the search of the End Entity |
X |
null |
1.13.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity found by Policy and dataset |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.4. findEndEntityByPolicyIdAndPkcs10
POST /api/v1/end-entities/policies/{id}/by-pkcs10
Find End Entity by Policy and PKCS10
1.13.4.1. Parameters
1.13.4.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id passed in the url is the id of the Policy that will be used for the search of the End Entity |
X |
null |
1.13.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity found by Policy and PKCS10 |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.5. getEndEntity
GET /api/v1/end-entities/{id}
Get End Entity by Id
1.13.5.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Found End Entity |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.6. getEndEntityByRealmIdAndExternalId
GET /api/v1/end-entities/realms/{realmId}/externals/{externalId}
Get End Entity by Realm and External Id
1.13.6.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Found End Entity |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.7. getNameOfRolesWithEndEntityAccess
GET /api/v1/end-entities/{id}/roles
Get role names of respective end entity
1.13.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role names Found |
GetEntityRoleNamesResponseDto[GetEntityRoleNamesResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.8. searchAllEndEntities
POST /api/v1/end-entities/search-all
Search all End Entities
1.13.8.1. Parameters
1.13.8.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.13.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found End Entities |
GetEndEntityResponseDtoPage[GetEndEntityResponseDtoPage] |
1.13.9. searchEndEntities
POST /api/v1/end-entities/search
Search End Entities
1.13.9.1. Parameters
1.13.9.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.13.9.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found End Entities |
GetEndEntityResponseDtoPage[GetEndEntityResponseDtoPage] |
1.13.10. setEndEntityAlias
PATCH /api/v1/end-entities/{id}/alias
Set End Entity Alias
1.13.10.1. Parameters
1.13.10.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id passed in the url is the End Entity's id for which the Alias will be set to |
X |
null |
1.13.10.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Alias for End Entity was set |
GetEndEntityResponseDto[GetEndEntityResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.13.11. uploadEndEntitiesCsv
POST /api/v1/end-entities/upload-csv
Add multiple End Entities from csv file
1.13.11.1. Parameters
1.13.11.4. Responses
Code | Message | Datatype |
---|---|---|
201 |
The End Entities were saved successfully |
EndEntityMassImportResponseDto[EndEntityMassImportResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.14. EndEntityPassword
1.14.2. createNewEndEntityPassword
POST /api/v1/end-entity-passwords/
Create Password for End Entity
1.14.2.1. Parameters
1.14.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Password for End Entity created |
CreateEndEntityPasswordResponseDto[CreateEndEntityPasswordResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.14.3. deleteEndEntityPassword
DELETE /api/v1/end-entity-passwords/
Delete Password of End Entity
1.14.3.1. Parameters
1.14.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Password for End Entity Deleted |
<<>> |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.14.4. getEndEntityPasswordByEndEntityIdAndPolicyId
GET /api/v1/end-entity-passwords/end-entities/{endEntityId}/policies/{policyId}
Get End Entity Password by End Entity Id and Policy Id
1.14.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found End Entity Password |
GetEndEntityPasswordResponseDto[GetEndEntityPasswordResponseDto] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.14.5. getEndEntityPasswordsByEndEntityId
GET /api/v1/end-entity-passwords/end-entities/{id}/
Find the End Entity Passwords connected with the specific End Entity
1.14.5.1. Parameters
1.14.5.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of the End Entity for which the search is requested |
X |
null |
1.14.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.14.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity Passwords Found |
GetEndEntityPasswordResponseDtoPage[GetEndEntityPasswordResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.14.6. resetEndEntityPassword
POST /api/v1/end-entity-passwords/reset
Reset Password of End Entity
1.14.6.1. Parameters
1.14.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Password for End Entity was reset |
ResetEndEntityPasswordResponseDto[ResetEndEntityPasswordResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.15. Enum
1.15.1. getApiErrorValues
GET /api/v1/public/enum/api-error-values
Get Api Error values
1.15.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Api Error values found |
GetApiErrorValuesResponseDtoList[GetApiErrorValuesResponseDtoList] |
1.15.2. getCertRequestPermissionsValues
GET /api/v1/public/enum/cert-request-permissions
Get Certificate Request Permissions values
1.15.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Permissions values found |
GetCertRequestPermissionResponseDtoList[GetCertRequestPermissionResponseDtoList] |
1.15.3. getCertStatusValues
GET /api/v1/public/enum/cert-status-values
Get Certificate Status values
1.15.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Status values found |
GetCertStatusResponseDtoList[GetCertStatusResponseDtoList] |
1.15.4. getCertificatePermissionsValues
GET /api/v1/public/enum/certificate-permissions
Get Certificate Permissions values
1.15.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Permissions values found |
GetCertificatePermissionResponseDtoList[GetCertificatePermissionResponseDtoList] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.5. getCertificateProviderTypeResponseDtoList
GET /api/v1/public/enum/certificate-provider-type-values
Get Certificate Provider type values
1.15.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Provider type values found |
GetCertificateProviderTypeResponseDtoList[GetCertificateProviderTypeResponseDtoList] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.6. getCertificateSearchKeyValues
GET /api/v1/public/enum/cert-search-key-values
Get Certificate Search Key values
1.15.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Search Key values found |
GetCertificateSearchKeyResponseDtoList[GetCertificateSearchKeyResponseDtoList] |
1.15.7. getCmpSignatureAlgorithmValues
GET /api/v1/public/enum/cmp-signature-algorithm-values
Get CMP Signature Algorithm values
1.15.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
CMP Signature Algorithm values found |
GetCmpSignatureAlgorithmResponseDtoList[GetCmpSignatureAlgorithmResponseDtoList] |
1.15.8. getCryptoAlgorithmValues
GET /api/v1/public/enum/crypto-algorithm-values
Get Crypto Algorithm values
1.15.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Crypto Algorithm values found |
GetCryptoAlgorithmResponseDtoList[GetCryptoAlgorithmResponseDtoList] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.9. getCryptoModuleTypes
GET /api/v1/public/enum/crypto-module-type-values
Get Crypto Module type values
1.15.9.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Crypto Module type values found |
GetCryptoModuleTypeListResponseDto[GetCryptoModuleTypeListResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.10. getEcNamedCurvesValues
GET /api/v1/public/enum/ec-named-curves-values
Get EC Named Curves values
1.15.10.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
EC Named Curves values found |
GetECNamedCurveResponseDtoList[GetECNamedCurveResponseDtoList] |
1.15.11. getEdDSANamedCurvesValues
GET /api/v1/public/enum/eddsa-named-curves-values
Get EdDSA Named Curves values
1.15.11.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
EdDSA Named Curves values found |
GetEdDSANamedCurveResponseDtoList[GetEdDSANamedCurveResponseDtoList] |
1.15.12. getEndEntityPermissionsValues
GET /api/v1/public/enum/end-entity-permissions
Get End Entity Permissions values
1.15.12.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
End Entity Permissions values found |
GetEndEntityPermissionResponseDtoList[GetEndEntityPermissionResponseDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.13. getEndEntityPropertiesValues
GET /api/v1/public/enum/end-entity-properties
Get End Entity Properties values
1.15.13.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity Properties values found |
GetEndEntityPropertyResponseDtoList[GetEndEntityPropertyResponseDtoList] |
1.15.14. getEntitiesEnumValues
GET /api/v1/public/enum/entities-enum-values
Get End Entity Enum values
1.15.14.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
End Entity Enum values found |
GetEntitiesEnumResponseDtoList[GetEntitiesEnumResponseDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.15. getEntityStrategyEnumValues
GET /api/v1/public/enum/entity-strategy-enum-values
Get Entity Strategy Enum values
1.15.15.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Entity Strategy Enum values found |
GetEndEntityStrategyResponseDtoList[GetEndEntityStrategyResponseDtoList] |
1.15.16. getGlobalPermissionsValues
GET /api/v1/public/enum/global-permissions
Get Global Permissions values
1.15.16.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Global Permissions values found |
GetGlobalPermissionResponseDtoList[GetGlobalPermissionResponseDtoList] |
1.15.17. getKeyPairModeValues
GET /api/v1/public/enum/key-pair-mode-values
Get Key Pair Mode values
1.15.17.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Key Pair Mode values found |
GetKeyPairModeResponseDtoList[GetKeyPairModeResponseDtoList] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.18. getPolicyPermissionsValues
GET /api/v1/public/enum/policy-permissions
Get Policy Permissions values
1.15.18.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policy Permissions values found |
GetPolicyPermissionResponseDtoList[GetPolicyPermissionResponseDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.19. getRealmPermissionsValues
GET /api/v1/public/enum/realm-permissions
Get Realm Permissions values
1.15.19.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Realm Permissions values found |
GetRealmPermissionResponseDtoList[GetRealmPermissionResponseDtoList] |
1.15.20. getRevocationReasonValues
GET /api/v1/public/enum/revocation-reason-values
Get Revocation Reason values
1.15.20.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Revocation Reason values found |
GetRevocationReasonResponseDtoList[GetRevocationReasonResponseDtoList] |
1.15.21. getRsaKeySizeValues
GET /api/v1/public/enum/rsa-key-size-values
Get RSA Key Size values
1.15.21.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
RSA Key Size values found |
GetRSAKeySizeResponseDtoList[GetRSAKeySizeResponseDtoList] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.15.22. getValidForValues
GET /api/v1/public/enum/valid-for-values
Get Valid For values
1.15.22.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Valid For values found |
GetValidForResponseDtoList[GetValidForResponseDtoList] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
1.16. MailingList
1.16.1. createNewMailingList
POST /api/v1/mailing-lists/
Create Mailing List
1.16.1.1. Parameters
1.16.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Mailing List Created |
CreateNewMailingListResponseDto[CreateNewMailingListResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.16.2. getMailingList
GET /api/v1/mailing-lists/{id}
Get Mailing List by Id
1.16.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Found Mailing List |
GetMailingListResponseDto[GetMailingListResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.16.3. searchMailingLists
POST /api/v1/mailing-lists/search
Search Mailing Lists
1.16.3.1. Parameters
1.16.3.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.16.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Mailing Lists Found |
GetMailingListResponseDtoPage[GetMailingListResponseDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.16.4. updateMailingList
POST /api/v1/mailing-lists/{id}
Update a Mailing List
1.16.4.1. Parameters
1.16.4.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
The id of the Mailing List that will be updated |
X |
null |
1.16.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Mailing List Updated |
UpdateMailingListResponseDto[UpdateMailingListResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.17. Pkcs10
1.17.1. createPkcs10Request
POST /api/v1/pkcs10/
Create a PKCS10 Request
1.17.1.1. Parameters
1.17.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
PKCS10 Request Created |
CreatePkcs10ResponseDto[CreatePkcs10ResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.17.2. parsePkcs10
POST /api/v1/pkcs10/parse
Parse a PKCS10 Request
1.17.2.1. Parameters
1.17.2.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
PKCS10 Request Parsed |
ParsePkcs10ResponseDto[ParsePkcs10ResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18. Policy
1.18.1. availablePoliciesWithoutPasswordByEndEntityId
GET /api/v1/policies/end-entities/{id}/no-password
Find the Policies without an End Entity Password for a specific End Entity
1.18.1.1. Parameters
1.18.1.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of the End Entity for which the search is requested |
X |
null |
1.18.1.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.1.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policies Found |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.2. checkEndEntityWithRules
POST /api/v1/policies/{id}/rules
Check End Entity Rules
1.18.2.1. Parameters
1.18.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity Rules Checked |
CheckEndEntityResponseDto[CheckEndEntityResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.3. createNewPolicy
POST /api/v1/policies/
Create a Policy
1.18.3.1. Parameters
1.18.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Policy Created |
CreatePolicyResponseDto[CreatePolicyResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.4. getAllowedCryptoParameters
PUT /api/v1/policies/allowed-crypto-params
Get policy allowed crypto parameters for provider provider and provider configuration
1.18.4.1. Parameters
1.18.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
End Entity Rules Checked |
CryptoParametersDto[CryptoParametersDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.5. getNameOfRolesWithPolicyAccess
GET /api/v1/policies/{id}/roles
Get role names of respective policy
1.18.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role names Found |
GetEntityRoleNamesResponseDto[GetEntityRoleNamesResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.6. getPoliciesByCertificateProviderId
GET /api/v1/policies/certificate-providers/{id}
Search Policies that use a specific Certificate Provider
1.18.6.1. Parameters
1.18.6.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
ID of the Certificate Provider for which the search of Policies is requested |
X |
null |
1.18.6.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Policies Found connected to the specific Certificate Provider |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
1.18.7. getPoliciesInRealms
POST /api/v1/policies/realms
Find the Policies of multiple Realms
1.18.7.1. Parameters
1.18.7.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.7.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policies Found |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.8. getPolicy
GET /api/v1/policies/{id}
Find a specific Policy
1.18.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Policy Found |
GetPolicyResponseDto[GetPolicyResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.9. getPolicyByRealmId
GET /api/v1/policies/realms/{id}
Find the Policies of a Realm
1.18.9.1. Parameters
1.18.9.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of Realm for which Policies will be searched |
X |
null |
1.18.9.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.9.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policies Found |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.10. searchAllPolicies
POST /api/v1/policies/search-all
Search all Policies
1.18.10.1. Parameters
1.18.10.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.10.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policies Found |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.11. searchPolicies
POST /api/v1/policies/search
Search Policies
1.18.11.1. Parameters
1.18.11.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.18.11.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Policies Found |
GetPolicyResponseDtoPage[GetPolicyResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.18.12. updatePolicy
PATCH /api/v1/policies/{id}
Update a Policy
1.18.12.1. Parameters
1.18.12.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of Policy that will be updated |
X |
null |
1.18.12.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Policy Updated |
UpdatePolicyResponseDto[UpdatePolicyResponseDto] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.19. PublicUser
1.19.1. extractEndEntityInfoFromPemEncodedPkcs10
POST /api/v1/public/extract-end-entity-from-pkcs10
Extract End Entity info from PEM encoded PKCS10 Request
1.19.1.1. Parameters
1.19.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Extracted End Entity info from PEM encoded PKCS10 Request |
ExtractEndEntityInfoFromPkcs10ResponseDto[ExtractEndEntityInfoFromPkcs10ResponseDto] |
1.19.2. verifyCertificateRequestByEmail
POST /api/v1/public/verify-cert-request-with-email
Verify Certificate Request by E-Mail
1.19.2.1. Parameters
1.19.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Verified Certificate Request and sent an E-Mail |
EmailVerifiedCertReqResponseDto[EmailVerifiedCertReqResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.20. RaCertificate
1.20.1. createBatchRaCertificateForUsers
POST /api/v1/ra-certificates/users/batch
Create Batch Ra Certificates for a User
1.20.1.1. Parameters
1.20.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Ra Certificates Created |
ZippedCertsBatchDto[ZippedCertsBatchDto] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.2. createRaCertificateForSingleUser
POST /api/v1/ra-certificates/users/{id}
Create/renew Ra Certificate for a single User
1.20.2.1. Parameters
1.20.2.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of the User whose Ra Certificate we are creating |
X |
null |
1.20.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Ra Certificate Created |
UpdateUserRaCertificateDto[UpdateUserRaCertificateDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.3. downloadRaCertCrl
GET /api/v1/ra-certificates/users/{id}/crl
Download the Ra Certificate of a User
1.20.3.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Ra Certificate of the User Downloaded |
CrlDto[CrlDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.4. downloadUserRaCertificate
GET /api/v1/ra-certificates/users/{id}/download
Download the Ra Certificate of a User
1.20.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Ra Certificate Downloaded |
RaCertificatePemDto[RaCertificatePemDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.5. downloadUserRaCertificateChain
GET /api/v1/ra-certificates/users/{id}/download-chain
Download the Certificate Chain of a User
1.20.5.1. Parameters
1.20.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Certificate Chain Downloaded |
RaCertificatePemDto[RaCertificatePemDto] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.6. getRaOcspStatus
GET /api/v1/ra-certificates/users/{id}/ocsp-status
Get the Ra OCSP Status of a User
1.20.6.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Got the Ra OCSP Status of the User |
OcspStatusCheckDto[OcspStatusCheckDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.7. getUserRaCertificate
GET /api/v1/ra-certificates/users/{id}
Find a specific User’s Ra Certificate
1.20.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Ra Certificate Found |
GetRaCertificateResponseDto[GetRaCertificateResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.8. retrieveRaCertificateP12
GET /api/v1/ra-certificates/users/{id}/pkcs12
Retrieve the Ra PKCS12 Certificate of a User
1.20.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Ra PKCS12 Certificate Retrieved |
KeystoreFileDto[KeystoreFileDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.20.9. revokeRaCertificate
POST /api/v1/ra-certificates/users/{id}/revoke
Revoke the Ra Certificate of a User
1.20.9.1. Parameters
1.20.9.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
User's Ra Certificate Revoked |
RevokeRaCertificateResponseDto[RevokeRaCertificateResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.21. Realm
1.21.1. createNewRealm
POST /api/v1/realms/
Create a Realm
1.21.1.1. Parameters
1.21.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Realm Created |
CreateRealmResponseDto[CreateRealmResponseDto] |
1.21.2. getNameOfRolesWithRealmAccess
GET /api/v1/realms/{id}/roles
Get role names of respective realm
1.21.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role names Found |
GetEntityRoleNamesResponseDto[GetEntityRoleNamesResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.21.3. getRealm
GET /api/v1/realms/{id}
Find Realm
1.21.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Realm Found |
GetRealmResponseDto[GetRealmResponseDto] |
1.21.4. getRealms
GET /api/v1/realms/
Find Realms
1.21.4.1. Parameters
1.21.4.1.1. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.21.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Realms Found |
GetRealmResponseDtoPage[GetRealmResponseDtoPage] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.21.5. search
POST /api/v1/realms/search
Search Realms
1.21.5.1. Parameters
1.21.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.21.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Realms Found |
GetRealmResponseDtoPage[GetRealmResponseDtoPage] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.21.6. updateRealm
PATCH /api/v1/realms/{id}
Update a Realm
1.21.6.1. Parameters
1.21.6.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of the Realm that will be updated |
X |
null |
1.21.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Realm Updated |
UpdateRealmResponseDto[UpdateRealmResponseDto] |
1.22. RealmStatistics
1.22.1. getCertRequestStatusStatisticsForRealm
GET /api/v1/realm-statistics/{id}/cert-request-status
Get the Certificate Request Status Statistics of the requested Realm
1.22.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Request Status Statistics for the Realm Found |
GetCertRequestStatusStatisticsResponseDto[GetCertRequestStatusStatisticsResponseDto] |
1.22.2. getCertificateIssuerStatisticsForRealm
GET /api/v1/realm-statistics/{id}/certificate-issuer
Get the Certificate Issuer Statistics of the requested Realm
1.22.2.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Certificate Issuer Statistics for the Realm Found |
GetCertificateIssuerStatisticsResponseDto[GetCertificateIssuerStatisticsResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.3. getCertificateProviderTypeStatisticsForRealm
GET /api/v1/realm-statistics/{id}/certificate-provider-type
Get the Certificate Provider Type Statistics of the requested Realm
1.22.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Provider Type Statistics for the Realm Found |
GetCertificateProviderTypeStatisticsResponseDto[GetCertificateProviderTypeStatisticsResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.4. getCertificatePublicKeyAlgorithmStatisticsForRealm
GET /api/v1/realm-statistics/{id}/certificate-public-key-algorithm
Get the Certificate Public Key Algorithm Statistics of the requested Realm
1.22.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Public Key Algorithm Statistics for the Realm Found |
GetCertificatePublicKeyAlgorithmStatisticsResponseDto[GetCertificatePublicKeyAlgorithmStatisticsResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.5. getCertificateStatusStatisticsForRealm
GET /api/v1/realm-statistics/{id}/certificate-status
Get the Certificate Status Statistics of the requested Realm
1.22.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Certificate Status Statistics for the Realm Found |
GetCertificateStatusStatisticsResponseDto[GetCertificateStatusStatisticsResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.6. getImportedCertificatesStatisticsForRealm
GET /api/v1/realm-statistics/{id}/imported-certificates
Get the Imported Certificates Statistics of the requested Realm
1.22.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Imported Certificates Statistics for the Realm Found |
GetImportedCertificatesStatisticsResponseDto[GetImportedCertificatesStatisticsResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.7. getLatestAuditEvents
GET /api/v1/realm-statistics/{id}/latest-audit-events
Get the latest Certificate Audit Events of the requested Realm
1.22.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Latest Certificate Audit Events |
GetAuditEventResponseDtoList[GetAuditEventResponseDtoList] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.22.8. getSelfSignedCertificatesStatisticsForRealm
GET /api/v1/realm-statistics/{id}/self-signed-certificates
Get the Self-signed Certificates Statistics of the requested Realm
1.22.8.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Self-signed Certificates Statistics for the Realm Found |
GetSelfSignedCertificatesStatisticsResponseDto[GetSelfSignedCertificatesStatisticsResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23. Roles
1.23.1. batchAssignApiClientRoles
PUT /api/v1/roles/api-clients/assign
Assign Roles for multiple API Clients
1.23.1.1. Parameters
1.23.1.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
API Client Roles assigned |
UpdateSecurityIdentityRolesBatchResponseDto[UpdateSecurityIdentityRolesBatchResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.2. batchAssignUserRoles
PUT /api/v1/roles/users/assign
Assign Roles for multiple Users
1.23.2.1. Parameters
1.23.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User Roles assigned |
UpdateSecurityIdentityRolesBatchResponseDto[UpdateSecurityIdentityRolesBatchResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.3. batchUnassignApiClientRoles
PUT /api/v1/roles/api-clients/unassign
Unassign Roles from multiple API Clients
1.23.3.1. Parameters
1.23.3.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
API Client Roles unassigned |
UpdateSecurityIdentityRolesBatchResponseDto[UpdateSecurityIdentityRolesBatchResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.4. batchUnassignUserRoles
PUT /api/v1/roles/users/unassign
Unassign Roles from multiple Users
1.23.4.1. Parameters
1.23.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User Roles unassigned |
UpdateSecurityIdentityRolesBatchResponseDto[UpdateSecurityIdentityRolesBatchResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.5. createRole
POST /api/v1/roles/
Create Role
1.23.5.1. Parameters
1.23.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
Role created |
CreateRoleResponseDto[CreateRoleResponseDto] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.6. deleteRole
DELETE /api/v1/roles/{name}
Delete Role
1.23.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Role deleted |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.7. deleteRoles
POST /api/v1/roles/batch-delete
Batch Delete Roles
1.23.7.1. Parameters
1.23.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role(s) deleted |
BatchDeleteRolesResponseDto[BatchDeleteRolesResponseDto] |
1.23.8. getApiClientRoles
GET /api/v1/roles/api-clients/{apiClientId}
Get API Client Roles
1.23.8.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
API Client Roles Found |
GetSecurityIdentityRolesResponseDto[GetSecurityIdentityRolesResponseDto] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.9. getRoleDetails
GET /api/v1/roles/{name}
Get Role
1.23.9.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role Found |
GetRoleDetailsResponseDto[GetRoleDetailsResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.10. getSecurityIdentitiesOfRole
GET /api/v1/roles/{role}/security-identities
Get security identities of a role
1.23.10.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Security identities Found |
GetMinimalRealmRoleSecurityIdentityRepresentationResponseDto[GetMinimalRealmRoleSecurityIdentityRepresentationResponseDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.11. getUserRoles
GET /api/v1/roles/users/{userId}
Get User Roles
1.23.11.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User Roles Found |
GetSecurityIdentityRolesResponseDto[GetSecurityIdentityRolesResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.12. searchRoles
POST /api/v1/roles/search
Search Roles
1.23.12.1. Parameters
1.23.12.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.23.12.4. Responses
Code | Message | Datatype |
---|---|---|
200 |
Roles Found |
GetRoleResponseDtoPage[GetRoleResponseDtoPage] |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.13. updateApiClientRoles
PUT /api/v1/roles/api-clients/{apiClientId}
Update API Client Roles
1.23.13.1. Parameters
1.23.13.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
apiClientId |
The id of the API Client |
X |
null |
1.23.13.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
API Client Roles Updated |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.14. updateRole
PUT /api/v1/roles/{name}
Update Role
1.23.14.1. Parameters
1.23.14.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
name |
The name of the Role |
X |
null |
1.23.14.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Role updated |
UpdateRoleResponseDto[UpdateRoleResponseDto] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.23.15. updateUserRoles
PUT /api/v1/roles/users/{userId}
Update User Roles
1.23.15.1. Parameters
1.23.15.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
userId |
The id of the User |
X |
null |
1.23.15.4. Responses
Code | Message | Datatype |
---|---|---|
204 |
User Roles Updated |
<<>> |
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.24. Scep
1.24.1. decryptData
POST /api/v1/scep/decrypt
Decrypts the data with the signer of the policy provided in the parameters
1.24.1.1. Parameters
1.24.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data decrypted |
ScepDecryptDataResponseDto[ScepDecryptDataResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.24.2. raDecryptData
POST /api/v1/scep/ra-decrypt
Decrypts the data with the RA signer of the policy provided in the parameters
1.24.2.1. Parameters
1.24.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data decrypted |
ScepDecryptDataResponseDto[ScepDecryptDataResponseDto] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.24.3. raSignDataScep
POST /api/v1/scep/ra-sign
Signs the data with the RA signer of the policy provided in the parameters
1.24.3.1. Parameters
1.24.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data signed |
ScepSignDataResponseDto[ScepSignDataResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.24.4. signDataScep
POST /api/v1/scep/sign
Signs the data with the signer of the policy provided in the parameters
1.24.4.1. Parameters
1.24.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data signed |
ScepSignDataResponseDto[ScepSignDataResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.25. Sign
1.25.1. signDataWithCA
POST /api/v1/sign/sign-with-ca
Signs the data with the CA of the policy provided in the parameters
1.25.1.1. Parameters
1.25.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Data signed |
SignDataResponseDto[SignDataResponseDto] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.26. User
1.26.1. editPasswordLoginRoleToUser
POST /api/v1/users/{id}/update-password-login
Set or unset disable_password_login Role to User
1.26.1.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Set disable_password_login role |
<<>> |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.2. findUserByRaCertificate
POST /api/v1/users/certificates/ra-certificate
Find User by the RA Certificate
1.26.2.1. Parameters
1.26.2.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
422 |
Unprocessable Entity, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User Found |
UserDetailsDto[UserDetailsDto] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.3. getUser
GET /api/v1/users/{id}
Find User
1.26.3.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User Found |
UserDetailsDto[UserDetailsDto] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.4. registerUser
POST /api/v1/users/
Register a User
1.26.4.1. Parameters
1.26.4.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
409 |
Conflict, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
201 |
User Registered |
UserDetailsDto[UserDetailsDto] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.5. searchUsers
POST /api/v1/users/search
Search Users
1.26.5.1. Parameters
1.26.5.1.2. Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
1.26.5.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
Users Found |
UserDetailsDtoPage[UserDetailsDtoPage] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.6. sendUpdatePasswordEmailBatch
POST /api/v1/users/email-update-password-batch
Send Batch update password E-Mails
1.26.6.1. Parameters
1.26.6.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
204 |
Batch update password E-Mails sent |
<<>> |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
1.26.7. setUserCertificateDetails
PUT /api/v1/users/{id}/set-details
Set a user’s Certificate Details
1.26.7.1. Parameters
1.26.7.1.1. Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
Id of User whose details will be set |
X |
null |
1.26.7.4. Responses
Code | Message | Datatype |
---|---|---|
500 |
Internal Error, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
400 |
Bad Request |
ApiExceptionResponse[ApiExceptionResponse] |
404 |
Not Found, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
405 |
Http method not allowed |
ApiExceptionResponse[ApiExceptionResponse] |
502 |
Bad Gateway, check the result for more information |
ApiExceptionResponse[ApiExceptionResponse] |
403 |
Access Denied |
ApiExceptionResponse[ApiExceptionResponse] |
200 |
User's Certificate Details Set |
UserDetailsDto[UserDetailsDto] |
401 |
Authentication Failed |
ApiExceptionResponse[ApiExceptionResponse] |
415 |
Specified media not supported for this endpoint |
ApiExceptionResponse[ApiExceptionResponse] |
2. Models
2.1. ApiClientSearchRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
2.3. ApiExceptionResponse
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
apiError |
X |
ApiError |
||
errorMessage |
String |
2.4. ApproveCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
certificateId |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
|||
userResponses |
List of UserResponseDto |
|||
metadata |
AuditedAndVersionDtoUUID |
2.5. ArchiveAllEntitiesRequestDto
It includes all the desired ids of a specific Type of Entity that will have their archived status updated
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
archiveEntityRequestDtoList |
List of [UUID] |
uuid |
2.6. ArchivedDtoUUID
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
archived |
Boolean |
|||
archivedDate |
Date |
date-time |
||
archivedBy |
UUID |
uuid |
||
archivedByType |
SecurityIdentityType |
2.7. AuditEventDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
objectId |
UUID |
uuid |
||
eventDescription |
String |
|||
occurredDate |
Date |
date-time |
2.8. AuditedAndVersionDtoUUID
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
createdBy |
UUID |
uuid |
||
createdByType |
SecurityIdentityType |
|||
createdDate |
Date |
date-time |
||
lastModifiedBy |
UUID |
uuid |
||
lastModifiedByType |
SecurityIdentityType |
|||
lastModifiedDate |
Date |
date-time |
||
version |
Integer |
int32 |
2.9. AuthenticatedPrincipalResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
authenticatedPrincipalType |
SecurityIdentityType |
2.10. BatchCertificateCreationErrorResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
failedUserId |
UUID |
uuid |
||
apiError |
ApiError |
2.11. BatchDeleteRolesRequestDto
It includes all the names of the roles to be deleted
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
roleNames |
X |
Set of [string] |
2.12. BatchDeleteRolesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
successful |
Set of [string] |
|||
failed |
Map of ApiError |
2.13. CaCertificateDataPemDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
filename |
String |
|||
pemCertificate |
String |
2.15. CaSearchRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
issuerSearch |
Boolean |
|||
caIds |
Set of [UUID] |
uuid |
||
validNotBeforeStart |
Date |
date-time |
||
validNotBeforeEnd |
Date |
date-time |
||
validNotAfterStart |
Date |
date-time |
||
validNotAfterEnd |
Date |
date-time |
||
archived |
Boolean |
2.16. CaraTemplateSignerDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
caSubjectDn |
String |
2.17. CaraTemplateSignerDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
caraTemplateSignerList |
List of CaraTemplateSignerDto |
2.18. CertReqSearchByPkcs10
It includes the PKCS10, which is needed to find the desired Certificate Request
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
pkcs10ReqBase64 |
X |
String |
2.19. CertReqSearchRequestDto
It includes all the properties that can be used for the search
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
simpleSearchTerm |
String |
|||
policyId |
UUID |
uuid |
||
certRequestIds |
Set of [UUID] |
uuid |
||
archived |
Boolean |
2.24. CertificateDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
endEntityId |
UUID |
uuid |
||
policyId |
UUID |
uuid |
||
serialNumber |
String |
|||
subjectDn |
String |
|||
subjectCommonName |
String |
|||
issuerDn |
String |
|||
issuerCommonName |
String |
|||
validNotBefore |
String |
|||
validNotAfter |
String |
|||
certStatus |
CertStatus |
|||
certPublicKeyAlgorithm |
CryptoAlgorithm |
|||
fingerprint |
String |
|||
certRequestId |
UUID |
uuid |
||
metadata |
AuditedAndVersionDtoUUID |
2.25. CertificatePemDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
fileName |
String |
|||
pemCertificate |
String |
2.27. CertificatePlainValidationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
result |
Boolean |
2.28. CertificatePrivateKeyPemDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
fileName |
String |
|||
pemPrivateKey |
String |
2.29. CertificateProviderDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
2.30. CertificateProviderSearchRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateProviderIds |
Set of [UUID] |
uuid |
||
archived |
Boolean |
|||
certificateProviderType |
CertificateProviderType |
2.34. CertificateSearchRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
UUID |
uuid |
||
simpleSearchTerm |
String |
|||
certificateIds |
Set of [UUID] |
uuid |
||
endEntityIds |
Set of [UUID] |
uuid |
||
policyIds |
Set of [UUID] |
uuid |
||
certStatuses |
Set of CertStatus |
|||
certPublicKeyAlgorithms |
Set of CryptoAlgorithm |
|||
serialNumber |
String |
|||
issuerDn |
String |
|||
subjectDn |
String |
|||
issuerDnBin |
String |
|||
subjectDnBin |
String |
|||
validNotBeforeStart |
Date |
date-time |
||
validNotBeforeEnd |
Date |
date-time |
||
validNotAfterStart |
Date |
date-time |
||
validNotAfterEnd |
Date |
date-time |
||
selfSigned |
Boolean |
|||
imported |
Boolean |
|||
archived |
Boolean |
2.35. CertificateValidationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
result |
Boolean |
|||
errorDescription |
String |
|||
certificateChain |
String |
2.36. CheckCertificateProviderConnectionDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
connected |
Boolean |
2.37. CheckEndEntityRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
commonName |
X |
String |
||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
2.38. CheckEndEntityResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityPropertyApiErrorMap |
Map of ApiError |
2.39. CmpCalculateMacRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
data |
X |
byte[] |
byte |
|
encodedPBMParameter |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
|
endEntityId |
X |
UUID |
uuid |
2.41. CmpConfigurationDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateProviderDto |
X |
CertificateProviderDto |
||
signerConfigurationDto |
X |
SignerConfigurationDto |
2.42. CmpConfigurationRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateProviderId |
X |
UUID |
uuid |
|
signerConfigurationDto |
X |
SignerConfigurationDto |
2.43. CmpConfigurationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
policyId |
X |
UUID |
uuid |
|
cmpConfigurationDto |
X |
CmpConfigurationDto |
2.45. CmpSignRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
data |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
2.47. CmpVerifyMacRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
macValue |
X |
byte[] |
byte |
|
data |
X |
byte[] |
byte |
|
encodedPBMParameter |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
|
endEntityId |
X |
UUID |
uuid |
2.48. CmpVerifyMacResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cmpMacVerificationResult |
X |
CmpMacVerificationResult |
2.49. CreateCertReqRequestDto
It includes all the properties needed for the creation of a Certificate Request
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyId |
X |
UUID |
uuid |
|
endEntityId |
X |
UUID |
uuid |
|
validFor |
ValidFor |
|||
keyPairMode |
X |
KeyPairMode |
||
keyGenParamsDto |
KeyGenParamsDto |
|||
pkcs10ReqBase64 |
String |
|||
publicKeyBase64 |
String |
|||
isSelfSigned |
Boolean |
2.50. CreateCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestId |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
|||
metadata |
AuditedAndVersionDtoUUID |
2.51. CreateCertificateProviderRequestDto
It includes all the necessary values to create a new Certificate Provider
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
||
configuration |
X |
Object |
2.52. CreateCertificateProviderResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
||
configuration |
X |
Object |
||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.53. CreateCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificate |
CertificateDto |
|||
base64EncodedPkcs12 |
String |
|||
base64EncodedJceKs |
String |
|||
fileName |
String |
|||
filePassword |
String |
|||
version |
Integer |
int32 |
||
accessiblePrivateKey |
Boolean |
|||
errorOccurred |
Boolean |
|||
commonName |
String |
|||
certificateId |
String |
2.54. CreateConfigurationRequestDto
It includes all the necessary values to create a new Configuration
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
setting |
X |
SettingsKey |
||
configurationValue |
X |
String |
2.55. CreateConfigurationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
configurationValue |
String |
|||
setting |
SettingsKey |
|||
version |
Integer |
int32 |
||
settingName |
String |
2.56. CreateCryptoModuleRequestDto
It includes all the necessary values to create a new Crypto Module
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cryptoModuleType |
X |
CryptoModuleType |
||
name |
X |
String |
||
configuration |
X |
Object |
2.57. CreateCryptoModuleResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
cryptoModuleType |
X |
CryptoModuleType |
||
configuration |
X |
Object |
||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.58. CreateEndEntityPasswordRequestDto
It includes all the properties needed for the creation of a Password for and End Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityIds |
X |
List of [UUID] |
uuid |
|
policyId |
X |
UUID |
uuid |
2.59. CreateEndEntityPasswordResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityIds |
List of [UUID] |
uuid |
||
policyId |
UUID |
uuid |
||
password |
String |
|||
metadata |
AuditedAndVersionDtoUUID |
2.60. CreateEndEntityRequestDto
It includes all the necessary values to create a new End Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
commonName |
X |
String |
||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
externalId |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
2.61. CreateEndEntityResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
commonName |
String |
|||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
externalId |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
|||
metadata |
AuditedAndVersionDtoUUID |
2.62. CreateMultipleCertReqRequestDto
It includes all the properties needed for the creation of a Certificate Request for multiple End Entities
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyId |
X |
UUID |
uuid |
|
endEntitiesIds |
X |
List of [UUID] |
uuid |
|
validFor |
ValidFor |
|||
keyPairMode |
X |
KeyPairMode |
||
keyGenParamsDto |
KeyGenParamsDto |
|||
pkcs10ReqBase64 |
String |
|||
publicKeyBase64 |
String |
|||
isSelfSigned |
Boolean |
2.63. CreateMultipleCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestsCreated |
Map of CreateCertReqResponseDto |
|||
certRequestsFailed |
Map of ApiError |
|||
certificateRequests |
List of [UUID] |
uuid |
2.64. CreateMultipleCertificateFromCertRequestsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
zipFileInBase64 |
String |
|||
filePassword |
String |
|||
certificatesFailed |
Map of ApiError |
|||
certificatesSuccessful |
Map of [UUID] |
uuid |
||
certificateIds |
List of [UUID] |
uuid |
2.65. CreateNewApiClientRequest
It includes all the properties needed for the creation of an Api Client
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmIds |
X |
List of [UUID] |
uuid |
|
name |
X |
String |
||
defaultPolicyId |
UUID |
uuid |
2.66. CreateNewApiClientResponse
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
secret |
String |
|||
clientId |
String |
|||
name |
String |
|||
metadata |
AuditedAndVersionDtoUUID |
2.68. CreateNewMailingListRequestDto
It includes all the properties needed for the creation of a Mailing List
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
emails |
List of CreateNewEmailRequestDto |
2.69. CreateNewMailingListResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
emails |
List of MailingListToEmailDto |
|||
archived |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
2.70. CreateNewUserDetailsDto
It includes the basic properties needed for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
firstName |
X |
String |
||
lastName |
X |
String |
||
X |
String |
|||
passwordLoginEnabled |
Boolean |
2.71. CreatePkcs10RequestDto
It includes all the properties necessary for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keyGenParamsDto |
KeyGenParamsDto |
|||
endEntityInfoDto |
EndEntityInfoDto |
2.72. CreatePkcs10ResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
pkcs10RequestPemEncoded |
X |
String |
||
pkcs10RequestFileName |
X |
String |
||
encryptedPrivateKeyInPemFormat |
X |
String |
||
privateKeyName |
X |
String |
||
privateKeyPassword |
X |
String |
2.73. CreatePolicyRequestDto
It includes all the properties needed for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderId |
X |
UUID |
uuid |
|
certificateProviderConfiguration |
X |
String |
||
requiresManualApproval |
Boolean |
|||
allowedKeyPairModes |
X |
Set of KeyPairMode |
||
allowedValidForValues |
X |
Set of ValidFor |
||
cryptoRestrictions |
X |
CryptoRestrictionsDto |
||
endEntityRules |
Set of EndEntityRule |
|||
dualControl |
Boolean |
|||
requiresEmailVerification |
Boolean |
|||
endEntityStrategy |
X |
EndEntityStrategy |
||
enforceActiveCertUniqueness |
Boolean |
|||
enforceActiveCertUniquenessExpirationToleranceInDays |
Integer |
int32 |
||
cmpEnabled |
Boolean |
|||
cmpConfigurationRequestDto |
CmpConfigurationRequestDto |
|||
certificateImportAllowed |
Boolean |
|||
selfSignedAllowed |
Boolean |
|||
wildcardAllowed |
Boolean |
2.74. CreatePolicyResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
certificateProviderDto |
CertificateProviderDto |
|||
certificateProviderConfiguration |
String |
|||
requiresManualApproval |
Boolean |
|||
allowedKeyPairModes |
Set of KeyPairMode |
|||
allowedValidForValues |
Set of ValidFor |
|||
cryptoRestrictions |
CryptoRestrictionsDto |
|||
endEntityRules |
Set of EndEntityRule |
|||
dualControl |
Boolean |
|||
requiresEmailVerification |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
|||
enforceActiveCertUniqueness |
Boolean |
|||
enforceActiveCertUniquenessExpirationToleranceInDays |
Integer |
int32 |
||
cmpEnabled |
Boolean |
|||
cmpConfigurationResponseDto |
CmpConfigurationResponseDto |
|||
certificateImportAllowed |
Boolean |
|||
selfSignedAllowed |
Boolean |
|||
wildcardAllowed |
Boolean |
2.75. CreateRaCertBatchRequestDto
It includes all the properties needed for the batch creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
validFor |
ValidFor |
|||
keyGenParamsDto |
KeyGenParamsDto |
|||
updateUserCertificateDtoList |
List of UpdateUserCertificateDto |
2.76. CreateRealmRequestDto
It includes all the properties needed for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
mailingListId |
UUID |
uuid |
2.77. CreateRealmResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
mailingListId |
UUID |
uuid |
||
archived |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
2.78. CreateRoleRequestDto
It includes all the properties needed for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
X |
|||
policyPermissions |
X |
|||
endEntityPermissions |
X |
|||
certRequestPermissions |
X |
|||
certificatePermissions |
X |
2.79. CreateRoleResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
String |
|||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
||||
policyPermissions |
||||
endEntityPermissions |
||||
certRequestPermissions |
||||
certificatePermissions |
2.80. CreateSingleRaCertRequestDto
It includes all the properties needed for the creation
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
validFor |
ValidFor |
|||
keyPairMode |
X |
KeyPairMode |
||
keyGenParamsDto |
KeyGenParamsDto |
|||
pkcs10ReqBase64 |
String |
|||
publicKeyBase64 |
String |
2.83. CryptoModuleSearchRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
archived |
Boolean |
2.85. CryptoParametersDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keyPairModes |
Set of KeyPairMode |
|||
cryptoRestrictions |
CryptoRestrictionsDto |
2.86. CryptoRestrictionsDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
allowedCryptoAlgorithms |
X |
List of CryptoAlgorithm |
||
rsaKeyGenParams |
X |
List of RsaKeyGenParams |
||
ecKeyGenParams |
X |
List of EcKeyGenParams |
||
edDsaKeyGenParams |
X |
List of EdDsaKeyGenParams |
2.87. DeclineCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
|||
userResponses |
List of UserResponseDto |
|||
metadata |
AuditedAndVersionDtoUUID |
2.88. DeleteArchivedEntitiesRequestDto
It includes all the desired ids of a specific Type of Entity that will be deleted
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entitiesId |
X |
List of [UUID] |
The list of Entity Ids that will be parsed to Delete them. These Entities must be archived and the Ids must be of Type UUID |
uuid |
2.89. EcKeyGenParams
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
namedCurve |
X |
String |
||
cryptoAlgorithm |
X |
CryptoAlgorithm |
2.92. EdDsaKeyGenParams
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
edDsaCurve |
X |
EdDsaCurve |
||
cryptoAlgorithm |
X |
CryptoAlgorithm |
2.93. EmailDto
It includes the E-Mail address that the E-Mail will be sent to
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
X |
String |
2.94. EmailVerifiedCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
|||
metadata |
AuditedAndVersionDtoUUID |
2.95. EndEntitiesCsvDto
It includes the multipart file in Base64 format and the realm's id
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
csvFile |
X |
String |
2.96. EndEntityAuthenticationRequestDto
It includes all the properties needed to authenticate with an End Entity and it's set Password
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityId |
X |
UUID |
uuid |
|
password |
X |
String |
2.97. EndEntityAuthenticationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntity |
X |
GetEndEntityResponseDto |
||
policy |
X |
GetPolicyResponseDto |
||
endEntityId |
UUID |
uuid |
||
policyId |
UUID |
uuid |
2.98. EndEntityDatasetRequestDto
It includes the End-Entity details required to identify the End-Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
commonName |
X |
String |
||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
2.99. EndEntityFilterDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
commonName |
String |
|||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
String |
||||
externalId |
String |
|||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
2.100. EndEntityInfoDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
commonName |
X |
String |
||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
2.101. EndEntityMassImportResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityIds |
List of [UUID] |
uuid |
2.102. EndEntityPasswordRequestDto
It includes all the properties needed for the deletion of an End Entity's Password
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityId |
X |
UUID |
uuid |
|
policyId |
X |
UUID |
uuid |
|
version |
Integer |
int32 |
2.105. EndEntityRule
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
required |
Boolean |
|||
endEntityProperty |
X |
EndEntityProperty |
||
allowedValues |
X |
Set of [string] |
2.106. EndEntitySearchRequestDto
It includes all the properties that can be searched with
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
simpleSearchTerm |
String |
|||
policyId |
UUID |
uuid |
||
endEntityIds |
Set of [UUID] |
uuid |
||
endEntityFilterDto |
EndEntityFilterDto |
|||
archived |
Boolean |
2.109. ExaminePkcs10RequestRequestDto
It includes all the necessary properties to examine the PKCS10 request
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyId |
X |
UUID |
uuid |
|
endEntityId |
X |
UUID |
uuid |
|
pkcs10ReqBase64 |
X |
String |
2.111. ExtractEndEntityInfoFromPkcs10RequestDto
It contains the PEM encoded PKCS10 Request
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
pemEncodedPkcs10 |
X |
String |
2.112. ExtractEndEntityInfoFromPkcs10ResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
commonName |
String |
|||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
2.113. FailedCertificateOrderResultDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestId |
UUID |
uuid |
||
apiError |
ApiError |
2.114. FailedImportCertRequestResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateFingerprint |
String |
|||
apiError |
ApiError |
2.115. FindEeByCertBytesRequestDto
It includes the properties needed to find the End Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
base64EncodedBytes |
X |
String |
2.116. FindUserByRaCertificateRequestDto
It includes the Base64 version of the User's RA Certificate that we are searching for
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
base64EncodedBytes |
X |
String |
2.118. GetAllowedCryptoParametersRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateProviderId |
X |
UUID |
uuid |
|
certificateProviderConfiguration |
String |
2.119. GetApiClientResponse
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
realmIds |
X |
List of [UUID] |
uuid |
|
name |
String |
|||
clientId |
X |
String |
||
defaultPolicyId |
UUID |
uuid |
||
providerId |
UUID |
uuid |
||
metadata |
AuditedAndVersionDtoUUID |
2.120. GetApiClientResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetApiClientResponse |
|||
pageDetails |
PageDetailsDto |
2.121. GetApiErrorValuesResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
apiErrorList |
List of ApiError |
2.122. GetAuditEventResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
auditEventDtoList |
List of AuditEventDto |
2.123. GetAuthenticatedPrincipalPermissionsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
Map of [set] |
|||
policyPermissions |
Map of [set] |
|||
endEntityPermissions |
Map of [set] |
|||
certRequestPermissions |
Map of [set] |
|||
certificatePermissions |
Map of [set] |
2.124. GetCaResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
validNotBefore |
Date |
date-time |
||
validNotAfter |
Date |
date-time |
||
fingerprint |
String |
|||
issuerCaId |
UUID |
uuid |
||
rootCa |
Boolean |
|||
issuerDn |
String |
|||
subjectDn |
String |
|||
verifyServers |
Boolean |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.125. GetCertByIssuerDnBinAndSnDto
It includes all the needed properties to get the desired Certificate
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
issuerDnBin |
X |
String |
||
serialNumber |
X |
String |
2.126. GetCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
policyId |
UUID |
uuid |
||
policyName |
String |
|||
endEntityId |
UUID |
uuid |
||
endEntityCommonName |
String |
|||
endEntityEmailAddress |
String |
|||
keyPairMode |
KeyPairMode |
|||
validFor |
ValidFor |
|||
certRequestStatus |
CertRequestStatus |
|||
keyGenParamsDto |
KeyGenParamsDto |
|||
certificateId |
UUID |
uuid |
||
isImported |
X |
Boolean |
||
isSelfSigned |
X |
Boolean |
||
userResponses |
List of UserResponseDto |
|||
metadata |
AuditedAndVersionDtoUUID |
|||
archival |
ArchivedDtoUUID |
2.127. GetCertReqResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetCertReqResponseDto |
|||
pageDetails |
PageDetailsDto |
2.128. GetCertRequestAdditionalDataResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
additionalData |
Object |
|||
isCertRequestUpdated |
Boolean |
2.129. GetCertRequestPermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestPermissionList |
List of CertRequestPermission |
2.130. GetCertRequestStatusStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
requiresEmailVerification |
Long |
int64 |
||
pendingApproval |
Long |
int64 |
||
approved |
Long |
int64 |
||
declined |
Long |
int64 |
||
pendingIssuance |
Long |
int64 |
||
issued |
Long |
int64 |
||
issuanceFailed |
Long |
int64 |
2.131. GetCertStatusResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certStatusList |
List of CertStatus |
2.132. GetCertificateIssuerStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
empty |
Boolean |
2.133. GetCertificatePermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificatePermissionList |
List of CertificatePermission |
2.134. GetCertificateProviderMinimalResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
2.135. GetCertificateProviderMinimalResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
||||
pageDetails |
PageDetailsDto |
2.136. GetCertificateProviderResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
||
configuration |
X |
Object |
||
metadata |
AuditedAndVersionDtoUUID |
|||
archival |
ArchivedDtoUUID |
2.137. GetCertificateProviderResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
||||
pageDetails |
PageDetailsDto |
2.138. GetCertificateProviderTypeResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateProviderTypeList |
List of CertificateProviderType |
2.139. GetCertificateProviderTypeStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
mtgCara |
Long |
int64 |
||
msNdes |
Long |
int64 |
||
msca |
Long |
int64 |
||
globalSign |
Long |
int64 |
||
pswPublicCas |
Long |
int64 |
2.140. GetCertificatePublicKeyAlgorithmStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
rsa |
Long |
int64 |
||
ec |
Long |
int64 |
||
edDsa |
Long |
int64 |
2.141. GetCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
endEntityId |
UUID |
uuid |
||
endEntityCommonName |
String |
|||
policyId |
UUID |
uuid |
||
policyName |
String |
|||
serialNumber |
String |
|||
subjectDn |
String |
|||
subjectCommonName |
String |
|||
issuerDn |
String |
|||
issuerCommonName |
String |
|||
validNotBefore |
String |
|||
validNotAfter |
String |
|||
certStatus |
CertStatus |
|||
certRevocationReason |
RevocationReason |
|||
certPublicKeyAlgorithm |
CryptoAlgorithm |
|||
fingerprint |
String |
|||
certRequestId |
UUID |
uuid |
||
isImported |
X |
Boolean |
||
isSelfSigned |
X |
Boolean |
||
accessiblePrivateKey |
X |
Boolean |
||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.142. GetCertificateResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetCertificateResponseDto |
|||
pageDetails |
PageDetailsDto |
2.143. GetCertificateSearchKeyResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateSearchKeyList |
List of CertificateSearchKey |
2.144. GetCertificateStatusStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
active |
Long |
int64 |
||
expired |
Long |
int64 |
||
revoked |
Long |
int64 |
2.145. GetCmpConfigurationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
cmpConfigurationDto |
CmpConfigurationDto |
|||
policyId |
UUID |
uuid |
||
signerCertChain |
String |
|||
signerCertificateId |
UUID |
uuid |
2.146. GetCmpSignatureAlgorithmResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cmpSignatureAlgorithmList |
List of CmpSignatureAlgorithm |
2.147. GetConfigurationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
configurationValue |
String |
|||
setting |
SettingsKey |
|||
version |
Integer |
int32 |
2.148. GetConfigurationResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetConfigurationResponseDto |
|||
pageDetails |
PageDetailsDto |
2.149. GetCryptoAlgorithmResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cryptoAlgorithmList |
List of CryptoAlgorithm |
2.150. GetCryptoModuleHealthCheckResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
isHealthy |
Boolean |
2.151. GetCryptoModuleResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
cryptoModuleType |
X |
CryptoModuleType |
||
configuration |
X |
Object |
||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.152. GetCryptoModuleResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetCryptoModuleResponseDto |
|||
pageDetails |
PageDetailsDto |
2.153. GetCryptoModuleTypeListResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cryptoModuleTypes |
List of CryptoModuleType |
2.154. GetECNamedCurveResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
ecNamedCurveList |
List of EcNamedCurve |
2.155. GetEdDSANamedCurveResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
edDsaCurveList |
List of EdDsaCurve |
2.156. GetEndEntityPasswordResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityId |
UUID |
uuid |
||
endEntityName |
String |
|||
policyId |
UUID |
uuid |
||
policyName |
String |
|||
metadata |
AuditedAndVersionDtoUUID |
2.157. GetEndEntityPasswordResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetEndEntityPasswordResponseDto |
|||
pageDetails |
PageDetailsDto |
2.158. GetEndEntityPermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityPermissionList |
List of EndEntityPermission |
2.159. GetEndEntityPropertyResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityPropertyList |
List of EndEntityProperty |
2.160. GetEndEntityResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
realmId |
X |
UUID |
uuid |
|
commonName |
X |
String |
||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
externalId |
String |
|||
String |
||||
domains |
List of [string] |
|||
ips |
List of [string] |
|||
genericDtoList |
List of GenericDto |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
|||
endEntityStrategy |
EndEntityStrategy |
|||
alias |
String |
|||
matchesPolicyEndEntityRules |
Boolean |
2.161. GetEndEntityResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetEndEntityResponseDto |
|||
pageDetails |
PageDetailsDto |
2.162. GetEndEntityStrategyResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityStrategyList |
List of EndEntityStrategy |
2.163. GetEntitiesEnumResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entitiesEnumList |
List of EntitiesEnum |
2.164. GetEntityRoleNamesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
UUID |
uuid |
||
entityRoleNames |
Set of [string] |
2.165. GetGlobalPermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
globalPermissionList |
List of GlobalPermission |
2.166. GetImportedCertificatesStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
imported |
Long |
int64 |
||
issued |
Long |
int64 |
2.167. GetKeyPairModeResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keyPairModeList |
List of KeyPairMode |
2.168. GetMailingListResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
metadata |
AuditedAndVersionDtoUUID |
|||
archival |
ArchivedDtoUUID |
|||
id |
UUID |
uuid |
||
name |
String |
|||
emails |
List of MailingListToEmailDto |
2.169. GetMailingListResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetMailingListResponseDto |
|||
pageDetails |
PageDetailsDto |
2.170. GetMinimalRealmRoleSecurityIdentityRepresentationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
users |
||||
apiClients |
2.171. GetPendingCertReqResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
policyId |
UUID |
uuid |
||
endEntityId |
UUID |
uuid |
||
keyPairMode |
KeyPairMode |
|||
validFor |
ValidFor |
|||
certRequestStatus |
CertRequestStatus |
|||
keyGenParamsDto |
KeyGenParamsDto |
|||
metadata |
AuditedAndVersionDtoUUID |
2.172. GetPendingCertReqResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetPendingCertReqResponseDto |
|||
pageDetails |
PageDetailsDto |
2.173. GetPoliciesInRealmsDto
It includes the Realm Ids, needed for the search
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmIds |
X |
List of [UUID] |
uuid |
2.174. GetPolicyPermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyPermissionList |
List of PolicyPermission |
2.175. GetPolicyResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderDto |
X |
CertificateProviderDto |
||
certificateProviderConfiguration |
X |
String |
||
realmId |
X |
UUID |
uuid |
|
requiresManualApproval |
Boolean |
|||
allowedKeyPairModes |
X |
Set of KeyPairMode |
||
allowedValidForValues |
X |
Set of ValidFor |
||
cryptoRestrictions |
X |
CryptoRestrictionsDto |
||
endEntityRules |
Set of EndEntityRule |
|||
dualControl |
Boolean |
|||
requiresEmailVerification |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
|||
endEntityStrategy |
X |
EndEntityStrategy |
||
archival |
ArchivedDtoUUID |
|||
enforceActiveCertUniqueness |
Boolean |
|||
enforceActiveCertUniquenessExpirationToleranceInDays |
Integer |
int32 |
||
cmpEnabled |
Boolean |
|||
cmpConfigurationResponseDto |
CmpConfigurationResponseDto |
|||
certificateImportAllowed |
Boolean |
|||
selfSignedAllowed |
Boolean |
|||
wildcardAllowed |
Boolean |
2.176. GetPolicyResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetPolicyResponseDto |
|||
pageDetails |
PageDetailsDto |
2.177. GetRSAKeySizeResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
rsaKeySizeList |
List of RsaKeySize |
2.178. GetRaCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
serialNumber |
String |
|||
subjectDn |
String |
|||
subjectCommonName |
String |
|||
issuerDn |
String |
|||
issuerCommonName |
String |
|||
validNotBefore |
Date |
date-time |
||
validNotAfter |
Date |
date-time |
||
certStatus |
CertStatus |
|||
certPublicKeyAlgorithm |
CryptoAlgorithm |
|||
fingerprint |
String |
|||
accessiblePrivateKey |
Boolean |
2.179. GetRealmPermissionResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmPermissionList |
List of RealmPermission |
2.180. GetRealmResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
mailingListDto |
MailingListDto |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.181. GetRealmResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetRealmResponseDto |
|||
pageDetails |
PageDetailsDto |
2.182. GetRevocationReasonResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
revocationReasonList |
List of [string] |
2.183. GetRoleDetailsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
String |
|||
providerId |
UUID |
uuid |
||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
||||
policyPermissions |
||||
endEntityPermissions |
||||
certRequestPermissions |
||||
certificatePermissions |
2.184. GetRoleResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
String |
|||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
||||
policyPermissions |
||||
endEntityPermissions |
||||
certRequestPermissions |
||||
certificatePermissions |
2.185. GetRoleResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of GetRoleResponseDto |
|||
pageDetails |
PageDetailsDto |
2.186. GetSecurityIdentityRolesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
roles |
X |
Set of GetRoleResponseDto |
2.187. GetSelfSignedCertificatesStatisticsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
selfSigned |
Long |
int64 |
||
nonSelfSigned |
Long |
int64 |
2.188. GetTrustedCasRequestDto
The options regarding which CAs will be returned
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
includeRootOnly |
Boolean |
|||
includeVerifyServersOnly |
Boolean |
2.189. GetTrustedCasResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
trustedCas |
List of [string] |
2.190. GetValidForResponseDtoList
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
validForList |
List of ValidFor |
2.192. ImportCaDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
fingerprint |
String |
|||
isRootCa |
Boolean |
2.193. ImportCaRequestDto
The content of the PEM file containing the CAs to be verified
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
pemFileContents |
X |
String |
2.194. ImportCaResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
importedCaDtoList |
List of ImportCaDto |
|||
cas |
List of [UUID] |
uuid |
2.195. ImportCertificatesRequestDto
It includes encoded certificates and the necessary metadata for it
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyId |
X |
UUID |
uuid |
|
discoveredCertsInPem |
X |
List of ImportPemCertificatesDto |
2.196. ImportCertificatesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
hashAlgorithmId |
String |
|||
successful |
||||
failed |
||||
certificates |
List of [UUID] |
uuid |
2.197. ImportPemCertificatesDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
server |
String |
|||
port |
Integer |
int32 |
||
pemCertificates |
X |
String |
2.198. KeyGenParamsDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
cryptoAlgorithm |
X |
CryptoAlgorithm |
||
keySize |
RsaKeySize |
|||
exponent |
Integer |
|||
namedCurve |
String |
|||
edDsaCurve |
EdDsaCurve |
2.200. KeystoreFileDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
base64EncodedPkcs12 |
String |
|||
base64EncodedJceKs |
String |
|||
fileName |
String |
|||
filePassword |
String |
2.201. MailingListDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
archived |
Boolean |
|||
version |
Integer |
int32 |
2.202. MailingListSearchRequestDto
It includes all the properties that can be used to filter the search request
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
mailingListIds |
Set of [UUID] |
uuid |
||
archived |
Boolean |
2.203. MailingListToEmailDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
emailId |
UUID |
uuid |
||
mailingListId |
UUID |
uuid |
||
emailName |
String |
|||
optOut |
Boolean |
2.204. MarkCertificatesAsRevokedRequestDto
It includes all the properties needed to mark the desired Certificates as revoked
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificatesIds |
X |
List of [UUID] |
uuid |
2.205. MinimalSecurityIdentityRepresentationDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
2.206. MscaTemplatesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
templateNames |
List of [string] |
2.208. OcspStatusCheckDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
ocspCertStatus |
X |
OcspCertStatus |
2.209. OrderCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestId |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
|||
certificateId |
UUID |
uuid |
||
errorOccurred |
Boolean |
2.210. OrderMultipleCertificatesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
base64EncodedZippedArtifacts |
String |
|||
artifactsPassword |
String |
|||
successfulCertificateOrders |
||||
failedCertificateOrders |
List of FailedCertificateOrderResultDto |
|||
issuedCertificateIds |
List of [UUID] |
uuid |
||
successfulCertificateRequests |
List of [UUID] |
uuid |
2.211. PageDetailsDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalElements |
X |
Long |
int64 |
|
pageNumber |
X |
Integer |
int32 |
|
pageSize |
X |
Integer |
int32 |
|
numberOfElementsInPage |
X |
Integer |
int32 |
2.212. ParsePkcs10ResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keyPairMode |
X |
KeyPairMode |
||
keyGenParamsDto |
X |
KeyGenParamsDto |
||
pkcs10ReqBase64 |
String |
2.213. Pkcs10Dto
It includes the base64 Encoded Pkcs10 needed to search for the End Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
base64EncodedPkcs10 |
X |
String |
2.215. PolicySearchRequestDto
It includes all the properties that can be used for the search
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
realmId |
X |
UUID |
uuid |
|
simpleSearchTerm |
String |
|||
policyIds |
Set of [UUID] |
uuid |
||
archived |
Boolean |
2.218. PublicCAsProductsResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
products |
List of PublicCasProductResponseDto |
2.219. PublicCasProductResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
number |
String |
|||
monthValidity |
Integer |
int32 |
||
name |
String |
|||
type |
PublicCAsProductType |
|||
validationType |
PublicCAsProductValidationType |
|||
signatureAlgorithms |
List of [string] |
2.220. RaCertificatePemDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
fileName |
String |
|||
pemCertificate |
String |
2.221. RawPemCertificateDto
PEM Encoded Certificate
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
pemCertificate |
X |
String |
2.223. RealmSearchRequestDto
It includes all the properties that can be used for searching
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
realmIds |
Set of [UUID] |
uuid |
||
archived |
Boolean |
2.224. ResetApiClientSecretResponse
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
secret |
String |
|||
metadata |
AuditedAndVersionDtoUUID |
2.225. ResetEndEntityPasswordResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
password |
String |
|||
metadata |
AuditedAndVersionDtoUUID |
2.227. RevokeCertificateDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
revocationReason |
RevocationReason |
2.228. RevokeCertificateRequestDto
It includes all the properties needed to revoke the desired Certificates
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
revokeCertificateDtos |
X |
List of RevokeCertificateDto |
2.229. RevokeCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateRevocationResult |
X |
CertificateRevocationResult |
||
certificateRevocationReason |
RevocationReason |
|||
revocationResult |
String |
2.230. RevokeMultipleCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
successfulRevocation |
Boolean |
2.231. RevokeRaCertificateResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateRevocationResult |
X |
CertificateRevocationResult |
||
revocationResult |
String |
2.232. RoleEntityPermissionsDtoCertRequestPermission
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
X |
UUID |
uuid |
|
permissions |
X |
Set of CertRequestPermission |
2.233. RoleEntityPermissionsDtoCertificatePermission
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
X |
UUID |
uuid |
|
permissions |
X |
Set of CertificatePermission |
2.234. RoleEntityPermissionsDtoEndEntityPermission
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
X |
UUID |
uuid |
|
permissions |
X |
Set of EndEntityPermission |
2.235. RoleEntityPermissionsDtoPolicyPermission
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
X |
UUID |
uuid |
|
permissions |
X |
Set of PolicyPermission |
2.236. RoleEntityPermissionsDtoRealmPermission
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
entityId |
X |
UUID |
uuid |
|
permissions |
X |
Set of RealmPermission |
2.237. RsaKeyGenParams
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keySize |
X |
RsaKeySize |
||
exponent |
Integer |
|||
cryptoAlgorithm |
X |
CryptoAlgorithm |
2.239. ScepDecryptDataRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
data |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
2.242. ScepSignRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
data |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
|
encodedIssuer |
byte[] |
byte |
||
algorithmID |
X |
byte[] |
byte |
2.243. SearchAllRequestDto
It includes all the properties that can be used for the search
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
archived |
Boolean |
2.244. SearchCaResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
validNotBefore |
Date |
date-time |
||
validNotAfter |
Date |
date-time |
||
fingerprint |
String |
|||
issuerCaId |
UUID |
uuid |
||
rootCa |
Boolean |
|||
issuerDn |
String |
|||
subjectDn |
String |
|||
verifyServers |
Boolean |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.245. SearchCaResponseDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of SearchCaResponseDto |
|||
pageDetails |
PageDetailsDto |
2.246. SearchConfigurationRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
keys |
List of SettingsKey |
2.247. SearchRoleRequestDto
It includes filters that will be used to search for the desired resources
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
2.249. SetEndEntityAliasRequestDto
It includes all the properties needed to set an Alias for an End Entity
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
endEntityStrategy |
X |
EndEntityStrategy |
||
alias |
X |
String |
2.251. SignDataRequestDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
data |
X |
byte[] |
byte |
|
algorithmAID |
X |
byte[] |
byte |
|
policyId |
X |
UUID |
uuid |
|
encodedIssuer |
byte[] |
byte |
2.253. SignerConfigurationDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
signerConfiguration |
X |
String |
||
cmpSignatureAlgorithm |
X |
CmpSignatureAlgorithm |
2.254. SuccessfulCertificateOrderResultDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certRequestId |
UUID |
uuid |
||
certificateId |
UUID |
uuid |
2.255. SuccessfulImportCertRequestResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
certificateFingerprint |
String |
|||
certRequestId |
UUID |
uuid |
||
certRequestStatus |
CertRequestStatus |
2.256. UpdateApiClientRequest
It includes all the properties needed to update an Api Client
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
String |
The name that the resource will be updated with. The property isn't required but you must define at least one of the name and defaultPolicyId properties |
||
defaultPolicyId |
UUID |
The defaultPolicyId that the resource will be updated with. It must be of Type UUID. The property isn't required but you must define at least one of the name and defaultPolicyId properties |
uuid |
|
version |
Integer |
The current Version of the Entity that the client is requesting to update. It is used to check whether a newer Version of the Entity currently exists before the update. |
int32 |
2.257. UpdateApiClientResponse
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
secret |
X |
String |
||
metadata |
AuditedAndVersionDtoUUID |
2.258. UpdateCaRequestDto
It includes all the properties needed for the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
verifyServers |
Boolean |
|||
version |
Integer |
int32 |
2.259. UpdateCaResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
validNotBefore |
Date |
date-time |
||
validNotAfter |
Date |
date-time |
||
fingerprint |
String |
|||
issuerCaId |
UUID |
uuid |
||
rootCa |
Boolean |
|||
issuerDn |
String |
|||
subjectDn |
String |
|||
verifyServers |
Boolean |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.260. UpdateCertificateProviderRequestDto
It includes all the properties needed for the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
configuration |
X |
Object |
||
version |
Integer |
int32 |
2.261. UpdateCertificateProviderResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
name |
X |
String |
||
certificateProviderType |
X |
CertificateProviderType |
||
configuration |
X |
Object |
||
metadata |
AuditedAndVersionDtoUUID |
|||
archival |
ArchivedDtoUUID |
2.262. UpdateConfigurationBatchRequestDto
It includes all the necessary values to update a batch of existing Configurations
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
updateConfigurationRequestDtoList |
List of UpdateConfigurationRequestDto |
2.263. UpdateConfigurationBatchResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
updateConfigurationResponseDtoList |
List of UpdateConfigurationResponseDto |
|||
configurations |
List of [string] |
2.264. UpdateConfigurationRequestDto
It includes all the necessary values to update an existing Configuration
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
settingsKey |
X |
SettingsKey |
||
configuration |
X |
String |
||
version |
Integer |
int32 |
2.265. UpdateConfigurationResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
configurationValue |
String |
|||
setting |
SettingsKey |
|||
version |
Integer |
int32 |
||
configuration |
String |
2.266. UpdateMailingListRequestDto
It includes all the properties needed to complete the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
emails |
List of CreateNewEmailRequestDto |
|||
version |
X |
Integer |
int32 |
2.267. UpdateMailingListResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
emails |
List of MailingListToEmailDto |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.268. UpdatePolicyRequestDto
It includes all the properties needed for the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
certificateProviderId |
X |
UUID |
uuid |
|
certificateProviderConfiguration |
X |
String |
||
allowedKeyPairModes |
X |
Set of KeyPairMode |
||
allowedValidForValues |
X |
Set of ValidFor |
||
cryptoRestrictions |
X |
CryptoRestrictionsDto |
||
version |
Integer |
int32 |
||
enforceActiveCertUniqueness |
Boolean |
|||
enforceActiveCertUniquenessExpirationToleranceInDays |
Integer |
int32 |
||
endEntityRules |
Set of EndEntityRule |
|||
cmpEnabled |
Boolean |
|||
cmpConfigurationRequestDto |
CmpConfigurationRequestDto |
|||
certificateImportAllowed |
Boolean |
|||
selfSignedAllowed |
Boolean |
|||
wildcardAllowed |
Boolean |
2.269. UpdatePolicyResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
certificateProviderDto |
CertificateProviderDto |
|||
certificateProviderConfiguration |
String |
|||
requiresManualApproval |
Boolean |
|||
allowedKeyPairModes |
Set of KeyPairMode |
|||
allowedValidForValues |
Set of ValidFor |
|||
cryptoRestrictions |
CryptoRestrictionsDto |
|||
endEntityRules |
Set of EndEntityRule |
|||
dualControl |
Boolean |
|||
requiresEmailVerification |
Boolean |
|||
endEntityStrategy |
X |
EndEntityStrategy |
||
metadata |
AuditedAndVersionDtoUUID |
|||
archival |
ArchivedDtoUUID |
|||
enforceActiveCertUniqueness |
Boolean |
|||
enforceActiveCertUniquenessExpirationToleranceInDays |
Integer |
int32 |
||
cmpEnabled |
Boolean |
|||
cmpConfigurationResponseDto |
CmpConfigurationResponseDto |
|||
certificateImportAllowed |
Boolean |
|||
selfSignedAllowed |
Boolean |
|||
wildcardAllowed |
Boolean |
2.270. UpdateRealmRequestDto
It includes all the properties needed for the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
mailingListId |
UUID |
uuid |
||
version |
Integer |
int32 |
2.271. UpdateRealmResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
name |
String |
|||
mailingListDto |
MailingListDto |
|||
archival |
ArchivedDtoUUID |
|||
metadata |
AuditedAndVersionDtoUUID |
2.272. UpdateRoleRequestDto
It includes all the properties needed for the update
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
X |
String |
||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
X |
|||
policyPermissions |
X |
|||
endEntityPermissions |
X |
|||
certRequestPermissions |
X |
|||
certificatePermissions |
X |
2.273. UpdateRoleResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
name |
String |
|||
globalPermissions |
Set of GlobalPermission |
|||
realmPermissions |
||||
policyPermissions |
||||
endEntityPermissions |
||||
certRequestPermissions |
||||
certificatePermissions |
2.274. UpdateSecurityIdentityRolesBatchRequestDto
It includes all the roles to be assigned to API clients
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
ids |
X |
Set of [UUID] |
uuid |
|
roles |
X |
Set of [string] |
2.275. UpdateSecurityIdentityRolesBatchResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
successful |
Set of [UUID] |
uuid |
||
failed |
Map of ApiError |
2.276. UpdateSecurityIdentityRolesRequestDto
It includes all the roles to be associated with API client
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
roles |
X |
Set of [string] |
2.277. UpdateUserCertificateDetailsRequestDto
It includes the new user details
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
commonName |
X |
String |
2.278. UpdateUserCertificateDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
version |
X |
Integer |
int32 |
2.279. UpdateUserRaCertificateDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
certFromProviderReference |
String |
|||
certificateId |
UUID |
uuid |
||
base64EncodedPkcs12 |
String |
|||
base64EncodedJceKs |
String |
|||
fileName |
String |
|||
filePassword |
String |
|||
accessiblePrivateKey |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
2.280. UserDetailsDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
X |
UUID |
uuid |
|
username |
X |
String |
||
firstName |
String |
|||
lastName |
String |
|||
X |
String |
|||
commonName |
String |
|||
organization |
String |
|||
organizationalUnit |
String |
|||
country |
String |
|||
enabled |
Boolean |
|||
passwordLoginEnabled |
Boolean |
|||
providerId |
UUID |
uuid |
||
certFromProviderReference |
String |
|||
certificateId |
UUID |
uuid |
||
accessiblePrivateKey |
Boolean |
|||
metadata |
AuditedAndVersionDtoUUID |
2.281. UserDetailsDtoPage
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
content |
List of UserDetailsDto |
|||
pageDetails |
PageDetailsDto |
2.282. UserListDto
It includes the list of provider id's associated with the users that a password update email will be sent.
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
userProviderIdList |
List of [UUID] |
uuid |
2.283. UserResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
securityIdentityType |
SecurityIdentityType |
|||
certRequestAction |
CertRequestAction |
2.284. UserSearchRequestDto
It includes all the properties that can be used for searching
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
simpleSearchTerm |
String |
|||
userIds |
Set of [UUID] |
uuid |
||
withRaCertificate |
Boolean |
2.286. VerifyImportCaDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
isRootCa |
Boolean |
|||
rootFingerprint |
String |
2.287. VerifyImportCaResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
verifiedImportCaDtoList |
List of VerifyImportCaDto |
2.288. VerifyImportCertificatesRequestDto
It includes encoded certificates and the necessary metadata for it
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
policyId |
X |
UUID |
uuid |
|
discoveredCertsInPem |
List of ImportPemCertificatesDto |
2.289. VerifyImportCertificatesResponseDto
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalCertificatesToImport |
Long |
int64 |
2.290. VerifyTokenRequestDto
It includes the Token
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
token |
String |
3. API Permissions
This section contains an overview of all the available permissions a principal (user or api client) can possess in the application and their description. The global permissions exist globally in contrast to the other types of permissions that exist and are valid only conditionally on specific resources. For example, a user can have a Realm Permission for Realm A, but not for Ream B. In the endpoint description of each endpoint, a section is dedicated to the required permissions for that specific endpoint. These permissions are to be understood such that they apply to the involved resources during the call, inputs and outputs for example.
3.1. Global Permissions
Global permissions are not linked to a specific resource
Permission | Description |
---|---|
ADMIN |
Full permissions for all Realms and belonging resources (Policies, End Entities, Certificate Requests, Certificates), as well as full User/API Client permissions and maintenance operation(deletion of archived entities) |
REALMS_FULL_READ |
Permission to read all Realms and belonging resources (Policies, End Entities, Certificate Requests, Certificates) |
REALMS_CREATE |
Permission to create Realms |
APICLIENTS_READ |
Permission to read all API Clients |
APICLIENTS_CREATE |
Permission to create API Clients |
APICLIENTS_UPDATE |
Permission to update API Clients (name, default policy, …) |
APICLIENTS_DELETE |
Permission to delete API Clients |
USERS_READ |
Permission to read all Users |
USERS_CREATE |
Permission to create Users |
USERS_UPDATE |
Permission to update Users (name, email, …) |
3.2. Realm Permissions
Realm permissions are always assigned to a specific Realm, specified by the Realm ID
Permission | Description |
---|---|
FULL_READ |
Permission to read the Realm and belonging resources (Policies, End Entities, Certificate Requests, Certificates) |
READ |
Permission to read the Realm |
UPDATE |
Permission to update and archive the Realm |
POLICIES_READ |
Permission to read all Policies within the Realm |
POLICIES_CREATE |
Permission to create Policies within the Realm |
POLICIES_UPDATE |
Permission to update Policies within the Realm |
POLICIES_CERTS_READ |
Permission to read all Certificates and Certificate Requests within the Realm |
POLICIES_CERTS_CREATE |
Permission to create Certificates/Certificate Requests within the Realm |
POLICIES_CERTS_REVOKE |
Permission to revoke a Certificate within the Realm. If your intended use case is to revoke all certificates in a realm, please also additionally set the FULL_READ permission to the user/api client. |
POLICIES_CERTREQS_APPROVE |
Permission to approve/decline a Certificate Request within the Realm |
ENDENTITIES_READ |
Permission to read all End Entities within the Realm |
ENDENTITIES_CREATE |
Permission to create End Entities within the Realm |
ENDENTITIES_UPDATE |
Permission to update End Entities within the Realm |
3.3. Policy Permissions
Policy permissions are always assigned to a specific Policy, specified by the Policy ID
Permission | Description |
---|---|
READ |
Permission to read the Policy |
UPDATE |
Permission to update and archive the Policy, required for End Entity Password operations |
CERTS_READ |
Permission to read all Certificates and Certificate Requests connected with the policy |
CERTS_CREATE |
Permission to create a Certificate Request connected with the Policy |
CERTS_REVOKE |
Permission to revoke a Certificate connected with the Policy |
CERTREQS_APPROVE |
Permission to approve/decline Certificate Requests connected with the Policy |
3.4. End Entity Permissions
End Entity permissions are always assigned to a specific End Entity, specified by the End Entity ID
Permission | Description |
---|---|
READ |
Permission to read the End Entity and set End Entity alias |
UPDATE |
Permission to update and archive the End Entity, required for end entity password operations |
4. API Error Codes
This section contains an overview of all the different application errors that can occur during an API call, their API Error codes, the default message of each error and its HTTP status code. A detailed overview of which errors can occur during what API calls is provided in each endpoint description.
Api Error | Message | HTTP Status |
---|---|---|
REALM_NOT_FOUND |
Realm does not exist |
404 NOT_FOUND |
REALM_NOT_FOUND_UNPROCESSABLE_ENTITY |
Realm does not exist |
422 UNPROCESSABLE_ENTITY |
REALM_IS_ARCHIVED |
Realm is archived |
409 CONFLICT |
REALM_IS_ALREADY_UNARCHIVED |
Realm is already unarchived |
409 CONFLICT |
POLICY_NOT_FOUND |
Policy does not exist |
404 NOT_FOUND |
POLICY_NOT_FOUND_UNPROCESSABLE_ENTITY |
Policy does not exist |
422 UNPROCESSABLE_ENTITY |
API_CLIENT_NOT_FOUND |
Api Client does not exist |
404 NOT_FOUND |
CERTIFICATE_NOT_FOUND |
Certificate does not exist |
404 NOT_FOUND |
CERTIFICATE_NOT_FOUND_UNPROCESSABLE_ENTITY |
Certificate does not exist |
422 UNPROCESSABLE_ENTITY |
CERTIFICATE_IS_ACTIVE |
Certificate is active |
409 CONFLICT |
CERTIFICATE_IS_ARCHIVED |
The Certificate is archived |
409 CONFLICT |
CERTIFICATE_IS_ALREADY_UNARCHIVED |
The Certificate is already unarchived |
409 CONFLICT |
CERTIFICATE_REQUEST_NOT_FOUND |
The Certificate Request doesn’t exist |
404 NOT_FOUND |
CERTIFICATE_REQUEST_NOT_FOUND_UNPROCESSABLE_ENTITY |
The Certificate Request doesn’t exist |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_NOT_FOUND |
End entity does not exist |
404 NOT_FOUND |
END_ENTITY_NOT_FOUND_UNPROCESSABLE_ENTITY |
End entity does not exist |
422 UNPROCESSABLE_ENTITY |
USER_NOT_FOUND |
User does not exist |
404 NOT_FOUND |
AUTHENTICATED_PRINCIPAL_NOT_FOUND |
Authenticated principal does not exist |
404 NOT_FOUND |
USER_NOT_FOUND_UNPROCESSABLE_ENTITY |
User does not exist |
422 UNPROCESSABLE_ENTITY |
APPLICATION_USER_NOT_FOUND_UNPROCESSABLE_ENTITY |
Application user does not exist |
404 NOT_FOUND |
MAIL_SETTINGS_NOT_FOUND |
Mail Settings do not exist |
404 NOT_FOUND |
MAIL_SETTINGS_NOT_FOUND_INTERNAL_SERVER_ERROR |
Mail Settings do not exist |
500 INTERNAL_SERVER_ERROR |
SYSTEM_REALM_SETTINGS_NOT_FOUND |
System Realm Settings do not exist |
404 NOT_FOUND |
SYSTEM_REALM_SETTINGS_NOT_FOUND_UNPROCESSABLE_ENTITY |
System Realm Settings do not exist |
422 UNPROCESSABLE_ENTITY |
SYSTEM_POLICY_SETTINGS_NOT_FOUND |
System Policy Settings do not exist |
404 NOT_FOUND |
SYSTEM_POLICY_SETTINGS_NOT_FOUND_UNPROCESSABLE_ENTITY |
System Policy Settings do not exist |
422 UNPROCESSABLE_ENTITY |
SYSTEM_POLICY_INVALID_REALM |
System Policy must be defined inside SYSTEM realm |
409 CONFLICT |
CONFIGURATION_UPDATE_NOT_ALLOWED |
Configuration update not allowed |
409 CONFLICT |
CONNECTION_SETTINGS_NOT_FOUND |
Connection Settings do not exist |
404 NOT_FOUND |
INVALID_CONFIGURATION_VALUE |
Configuration value is not valid |
400 BAD_REQUEST |
CONFIGURATION_NOT_FOUND |
Configuration does not exist |
404 NOT_FOUND |
CONFIGURATION_ALREADY_EXISTS_FOR_THIS_SETTING |
Configuration Setting already exists for this setting key |
409 CONFLICT |
PRIVATE_KEY_PASSWORD_POLICY_NOT_FOUND_UNPROCESSABLE_ENTITY |
Private key password policy do not exist |
422 UNPROCESSABLE_ENTITY |
API_CLIENT_PASSWORD_POLICY_NOT_FOUND_UNPROCESSABLE_ENTITY |
API client password policy do not exist |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_PASSWORD_POLICY_NOT_FOUND_UNPROCESSABLE_ENTITY |
End entity password policy do not exist |
422 UNPROCESSABLE_ENTITY |
PASSWORD_NOT_FOUND |
Password for this End Entity and Policy does not exists |
404 NOT_FOUND |
MAILING_LIST_NOT_FOUND |
Mailing list does not exist |
404 NOT_FOUND |
MAILING_LIST_NOT_FOUND_UNPROCESSABLE_ENTITY |
Mailing list does not exist |
422 UNPROCESSABLE_ENTITY |
RA_CERTIFICATE_NOT_FOUND |
Ra Certificate does not exist |
500 INTERNAL_SERVER_ERROR |
VERIFICATION_TOKEN_NOT_FOUND |
VerificationToken does not exist |
404 NOT_FOUND |
POLICY_REALM_AND_END_ENTITY_REALM_MUST_BE_EQUAL |
Policy Realm and End Entity Realm must be the same |
422 UNPROCESSABLE_ENTITY |
MAILING_LIST_ALREADY_EXISTS |
A Mailing List with this name already exists |
409 CONFLICT |
MAILING_LIST_IS_ARCHIVED |
Mailing List is archived |
409 CONFLICT |
MAILING_LIST_IS_ALREADY_UNARCHIVED |
Mailing List is already unarchived |
409 CONFLICT |
REALM_NOT_FOUND_OR_DISABLED |
Realm does not exist or is disabled |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_NOT_FOUND_OR_ARCHIVED |
End Entity does not exist or End Entity is archived |
404 NOT_FOUND |
END_ENTITY_NOT_FOUND_OR_ARCHIVED_UNPROCESSABLE_ENTITY |
End Entity does not exist or End Entity is archived |
422 UNPROCESSABLE_ENTITY |
APPLICATION_USER_ALREADY_VOTED |
This application user has already voted for the result |
409 CONFLICT |
CERTIFICATE_ALREADY_EXISTS_FOR_USER |
A certificate already exists for the current user |
409 CONFLICT |
CERTIFICATE_REQUEST_IS_ALREADY_DECLINED |
This Certificate Request has already been declined |
409 CONFLICT |
PARENT_ENTITY_IS_ARCHIVED |
Parent entity is archived |
409 CONFLICT |
CA_NOT_FOUND |
CA does not exist |
404 NOT_FOUND |
CA_IS_ARCHIVED |
CA is archived |
409 CONFLICT |
CA_IS_ALREADY_UNARCHIVED |
CA is already unarchived |
409 CONFLICT |
DEFAULT_POLICY_NOT_FOUND_INTO_SELECTED_REALMS |
Default Policy must belong to one of the selected realms |
422 UNPROCESSABLE_ENTITY |
API_CLIENT_INITIALIZE_RANDOM_NUMBER_ENGINE_FAILED |
Cannot initialize Random Number Engine |
500 INTERNAL_SERVER_ERROR |
CERTIFICATE_PROVIDER_NOT_FOUND |
Certificate Provider does not exist |
404 NOT_FOUND |
CERTIFICATE_PROVIDER_NAME_EXISTS |
Certificate Provider with provided name already exists |
409 CONFLICT |
UNSUPPORTED_METHOD_BY_CERTIFICATE_PROVIDER |
The specified Certificate provider does not support this method |
409 CONFLICT |
CERTIFICATE_PROVIDER_IS_ALREADY_UNARCHIVED |
Certificate Provider is already unarchived |
409 CONFLICT |
CERTIFICATE_PROVIDER_IS_ARCHIVED |
Certificate Provider is archived |
409 CONFLICT |
CANNOT_ARCHIVE_A_CERTIFICATE_PROVIDER_THAT_IS_USED_BY_A_POLICY |
Cannot archive a Certificate Provider that is used by a Policy |
409 CONFLICT |
INVALID_CERTIFICATE_PROVIDER_CONFIGURATION |
Invalid Certificate Provider Configuration |
422 UNPROCESSABLE_ENTITY |
CERTIFICATE_PROVIDER_CONNECTION_FAILED |
Connection with the Certificate Provider failed |
422 UNPROCESSABLE_ENTITY |
UNSUPPORTED_CERTIFICATE_PROVIDER_TYPE |
Unsupported Certificate Provider type |
422 UNPROCESSABLE_ENTITY |
CREATE_CERTIFICATES_ZIP_FAILED |
There was an error while creating the certificates zip file |
500 INTERNAL_SERVER_ERROR |
IMPORT_CERTIFICATE_FILE_CONTAINS_NON_EE |
Provided file contains non-EE certificate |
422 UNPROCESSABLE_ENTITY |
CERTIFICATE_PROVIDER_DOES_NOT_SUPPORT_INSTANT_CERTIFICATE_ISSUANCE |
Certificate Provider does not support instant certificate issuance |
422 UNPROCESSABLE_ENTITY |
CREATE_CERT_FAILED_CERTIFICATE_REQUEST_NOT_APPROVED |
Cannot create new Certificate, Certificate Request is not approved |
409 CONFLICT |
CREATE_CERT_FAILED_CERTIFICATE_ALREADY_REQUESTED |
Cannot create new certificate, certificate has been already requested |
409 CONFLICT |
CREATE_CERT_FAILED_POLICY_PERMISSION_REQUIRED |
Not allowed to create certificates for this Policy |
403 FORBIDDEN |
CREATE_CERT_FAILED_REALM_ARCHIVED |
Cannot create new Certificate in a Realm that is archived |
409 CONFLICT |
CARA_TEMPLATE_SIGNER_NOT_AVAILABLE |
CARA Template Signer is not available |
500 INTERNAL_SERVER_ERROR |
CARA_TEMPLATE_DETAILS_LOAD_FAILED |
Failed to load certificate template details from CA |
500 INTERNAL_SERVER_ERROR |
COMMON_NAME_CANNOT_BE_EMPTY |
Common Name cannot be empty |
422 UNPROCESSABLE_ENTITY |
BATCH_CERTIFICATE_CREATION_COMMON_NAME_CANNOT_BE_EMPTY |
Common Name cannot be empty |
422 UNPROCESSABLE_ENTITY |
MULTIPLE_CERTIFICATES_NOT_ALLOWED |
There are already active certificates for specified End Entity. Revoke them and try again |
422 UNPROCESSABLE_ENTITY |
ERROR_WHILE_ENCODING_CERTIFICATE |
There was an error while encoding the certificate |
500 INTERNAL_SERVER_ERROR |
RETRIEVE_CRL_FAILED |
Failed to retrieve crl |
500 INTERNAL_SERVER_ERROR |
RETRIEVE_CA_CERTIFICATE_FAILED |
Failed to retrieve CA cert from CARA |
500 INTERNAL_SERVER_ERROR |
CRYPTO_ALGORITHM_UNKNOWN |
Unknown Crypto Algorithm |
422 UNPROCESSABLE_ENTITY |
PKCS10_ATTACHED_TO_CERTIFICATE_REQUEST_NOT_FOUND |
This Pkcs10 is not attached to any Certificate Request |
404 NOT_FOUND |
CANNOT_CREATE_CERT_REQUEST_WITH_REALM_ARCHIVED |
Cannot create new Cert Request in a Realm that is archived |
409 CONFLICT |
KEY_PAIR_INPUT_PARAMS_INVALID_COMBINATION |
Invalid combination of key pair mode and input parameters |
422 UNPROCESSABLE_ENTITY |
VALUE_OF_RULE_PROPERTY_IS_MISSING |
The value of a rule property is missing |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_ALIAS_WITH_SAME_ALIAS_ALREADY_EXISTS |
An End Entity Alias with the same Alias already exists |
409 CONFLICT |
END_ENTITY_AND_POLICY_STRATEGIES_NOT_EQUAL |
Cannot create Cert Request, when End Entity’s strategy is different than Policy’s |
422 UNPROCESSABLE_ENTITY |
KEY_PAIR_MODE_NOT_INCLUDED_IN_POLICY_ALLOWED_VALUES |
Certificate Request key pair mode must be included in Policy allowed key pair modes |
422 UNPROCESSABLE_ENTITY |
SELF_SIGNED_NOT_ALLOWED_BY_POLICY |
Certificate Request for self-signed certificate must be allowed by Policy |
422 UNPROCESSABLE_ENTITY |
INVALID_KEY_PAIR_MODE_SELF_SIGNED_COMBINATION |
Provided key pair mode is not allowed on Certificate Request for self-signed Certificate |
422 UNPROCESSABLE_ENTITY |
KEY_GEN_PARAMS_NOT_INCLUDED_IN_CERT_REQUEST_WITH_SERVER_GEN |
Certificate request with server generated KeyPairMode does not include key generation parameters |
422 UNPROCESSABLE_ENTITY |
PKCS10_NOT_INCLUDED_IN_CERT_REQUEST_WITH_PKCS10 |
Certificate request with PKCS10 KeyPairMode does not include a PKCS10 |
422 UNPROCESSABLE_ENTITY |
PUBLIC_KEY_NOT_INCLUDED_IN_CERT_REQUEST_WITH_PUBLIC_KEY |
Certificate request with public key KeyPairMode does not include a public key |
422 UNPROCESSABLE_ENTITY |
BATCH_CERTIFICATE_INVALID_REQUEST_PARAMETERS |
Batch certificate creation request failed. Please see user manual to ensure request validity. |
422 UNPROCESSABLE_ENTITY |
VALIDITY_PERIOD_NOT_INCLUDED_IN_POLICY_ALLOWED_VALUES |
Certificate Request validity period must be included in Policy allowed validity periods |
422 UNPROCESSABLE_ENTITY |
CRYPTOGRAPHIC_ALGORITHM_NOT_INCLUDED_IN_POLICY_RESTRICTIONS |
Certificate Request cryptographic algorithm must be included in Policy cryptographic restrictions |
422 UNPROCESSABLE_ENTITY |
KEY_GENERATION_PARAMS_NOT_INCLUDED_IN_POLICY_RESTRICTIONS |
Certificate Request key generation parameters must be included in Policy cryptographic restrictions |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_COMMON_NAME_VALUE_NOT_ALLOWED |
End Entity common name value is not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_COUNTRY_VALUE_NOT_ALLOWED |
End Entity country value is not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_EMAIL_VALUE_NOT_ALLOWED |
End Entity e-mail value is not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_ORGANIZATION_VALUE_NOT_ALLOWED |
End Entity organization value is not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_ORGANIZATION_UNIT_VALUE_NOT_ALLOWED |
End Entity organizational unit value is not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_DOMAIN_VALUES_NOT_ALLOWED |
End Entity domain values are not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_IP_ADDRESS_VALUES_NOT_ALLOWED |
End Entity IP address values are not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_GENERIC_DTO_VALUES_NOT_ALLOWED |
End Entity generic dto values are not allowed |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_KEYCLOAK_ATTRIBUTES_MISMATCH |
User data in ID provider do not match with provided end entity |
422 UNPROCESSABLE_ENTITY |
IMPORT_CERTIFICATE_POLICY_IMPORT_NOT_ALLOWED |
Certificate request policy must allow certificate(s) import |
422 UNPROCESSABLE_ENTITY |
IMPORT_CERTIFICATE_POLICY_INVALID_EE_STRATEGY |
Certificate request policy must contain non PKCS10 end entity strategy |
422 UNPROCESSABLE_ENTITY |
IMPORT_CERTIFICATE_POLICY_INVALID_KEY_PAIR_MODE |
Certificate request policy key pair modes must contain public key mode |
422 UNPROCESSABLE_ENTITY |
IMPORT_CERTIFICATE_CERTIFICATE_WITH_FINGERPRINT_EXISTS |
Provided certificate already exists in system |
409 CONFLICT |
IMPORT_CERTIFICATE_CERTIFICATE_COMMON_NAME_IS_REQUIRED |
Certificate common name cannot be empty |
422 UNPROCESSABLE_ENTITY |
PKCS10_REQUEST_DETAILS_DO_NOT_MATCH_END_ENTITY |
PKCS10 request details do not match with End Entity details |
422 UNPROCESSABLE_ENTITY |
CANNOT_ARCHIVE_A_CERTIFICATE_REQUEST_THAT_IS_CONNECTED_WITH_AN_ACTIVE_CERTIFICATE |
Cannot archive a Certificate Request that is connected with an active Certificate |
409 CONFLICT |
CERTIFICATE_REQUEST_IS_ALREADY_APPROVED |
This Certificate Request has already been approved |
409 CONFLICT |
CERTIFICATE_REQUEST_IS_ARCHIVED |
This Certificate Request is archived |
409 CONFLICT |
CERTIFICATE_REQUEST_IS_ALREADY_UNARCHIVED |
This Certificate Request is already unarchived |
409 CONFLICT |
RESEND_EMAIL_VERIFICATION_FAILED_STATUS_CHANGED |
The Certificate Request status has already been modified |
409 CONFLICT |
VERIFICATION_TOKENS_NOT_FOUND |
Verification tokens for the requested user and context do not exist |
404 NOT_FOUND |
PARSE_PKCS10_REQUEST_SIGNATURE_FAILED |
Failed to parse PKCS10 Request Signature |
500 INTERNAL_SERVER_ERROR |
VERIFICATION_OF_PKCS10_SIGNATURE_WITH_PUBLIC_KEY_FAILED |
PKCS10 Signature could not be verified with the included Public Key |
500 INTERNAL_SERVER_ERROR |
PARSE_PKCS10_PUBLIC_KEY_FAILED |
Failed to parse PKCS10 Public Key |
500 INTERNAL_SERVER_ERROR |
VALID_RSA_BC_PUBLIC_KEY_NOT_FOUND |
No valid RSA BC Public Key object found |
422 UNPROCESSABLE_ENTITY |
VALID_EC_BC_PUBLIC_KEY_NOT_FOUND |
No valid EC BC Public Key object found |
422 UNPROCESSABLE_ENTITY |
PUBLIC_KEY_ALGORITHM_IN_PKCS10_NOT_SUPPORTED |
Unsupported Public Key Algorithm in PKCS10 |
422 UNPROCESSABLE_ENTITY |
PARSE_PKCS10_REQUEST_FAILED |
Failed to parse PKCS10 Request |
500 INTERNAL_SERVER_ERROR |
CURVE_NAME_NOT_FOUND |
Could not find name for curve |
422 UNPROCESSABLE_ENTITY |
CANNOT_DELETE_NON_ARCHIVED_ENTITY |
Non archived entities cannot be deleted |
409 CONFLICT |
CANNOT_ARCHIVE_A_CA_THAT_IS_THE_ISSUER_OF_ANOTHER_CA |
Cannot archive a CA that is the issuer of another CA |
409 CONFLICT |
CANNOT_ARCHIVE_A_CA_THAT_IS_CONNECTED_WITH_A_CERTIFICATE |
Cannot archive a CA that is connected with a Certificate |
409 CONFLICT |
SUB_CA_ISSUER_NOT_FOUND_UNPROCESSABLE_ENTITY |
Issuer CA does not exist in the system |
422 UNPROCESSABLE_ENTITY |
IMPORT_X509_INVALID_PEM_FILE_CONTENT |
Provided file content is not in valid PEM format |
422 UNPROCESSABLE_ENTITY |
IMPORT_CA_FILE_CONTAINS_NON_CA |
Provided file contains non-CA certificate |
422 UNPROCESSABLE_ENTITY |
IMPORT_CA_CA_ALREADY_IN_SYSTEM |
Provided CA already exists in the system |
422 UNPROCESSABLE_ENTITY |
CANNOT_ARCHIVE_A_REALM_THAT_IS_CONNECTED_WITH_AN_ACTIVE_CERTIFICATE |
Cannot archive a Realm that is connected with an active Certificate |
409 CONFLICT |
WRONG_ALGORITHM |
Wrong or incompatible Signature Algorithm |
422 UNPROCESSABLE_ENTITY |
CMP_CONFIGURATION_NOT_FOUND |
Cmp configuration does not exist |
404 NOT_FOUND |
CMP_CONFIGURATION_NOT_FOUND_UNPROCESSABLE_ENTITY |
Cmp configuration does not exist |
422 UNPROCESSABLE_ENTITY |
CERTIFICATE_STRUCTURE_UNKNOWN |
Invalid certificate structure |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_BY_CERT_BYTES_NOT_FOUND |
Found no end entities that belong to the provided cert bytes |
404 NOT_FOUND |
END_ENTITY_FOR_ALIAS_NOT_FOUND |
There is no end entity with this alias |
422 UNPROCESSABLE_ENTITY |
DUPLICATED_END_ENTITY_EXTERNAL_ID |
Cannot create an End Entity with the same External ID |
409 CONFLICT |
PASSWORD_ALREADY_EXISTS |
Password for End Entity and Policy already exists |
409 CONFLICT |
END_ENTITY_ALIAS_ALREADY_EXISTS |
End Entity already has an alias |
409 CONFLICT |
CANNOT_ARCHIVE_AN_END_ENTITY_THAT_IS_CONNECTED_WITH_AN_ACTIVE_CERTIFICATE |
Cannot archive an End Entity that is connected with an active Certificate |
409 CONFLICT |
INCORRECT_CREDENTIALS |
Your credentials are incorrect |
401 UNAUTHORIZED |
END_ENTITY_IS_ALREADY_UNARCHIVED |
The requested End Entity is already unarchived |
409 CONFLICT |
END_ENTITY_IS_ARCHIVED |
The requested End Entity is archived |
409 CONFLICT |
POLICY_IS_ARCHIVED |
The requested policy is archived |
409 CONFLICT |
POLICY_IS_ALREADY_UNARCHIVED |
The requested Policy is already unarchived |
409 CONFLICT |
END_ENTITY_VALIDATION_ERROR |
One or more end entities has a validations error |
422 UNPROCESSABLE_ENTITY |
VALID_PKCS10_REQUEST_OR_EE_FOR_STRATEGY_IS_REQUIRED |
A valid PKCS10 request or End Entity is required for this strategy |
422 UNPROCESSABLE_ENTITY |
VALID_X509_CERTIFICATE_WITH_CN_IS_REQUIRED |
A valid X509 Certificate with common name is required for this strategy |
422 UNPROCESSABLE_ENTITY |
VALID_PKCS10_REQUEST_OR_EE_WITH_EMAIL_FOR_STRATEGY_IS_REQUIRED |
A valid PKCS10 request or End Entity with email is required for this strategy |
422 UNPROCESSABLE_ENTITY |
VALID_X509_CERTIFICATE_WITH_EMAIL_IS_REQUIRED |
A valid X509 Certificate with email is required for this strategy |
422 UNPROCESSABLE_ENTITY |
ASN1_ENCODE_PKCS10_FAILED |
Failed to ASN1 encode the PKCS10 subject |
500 INTERNAL_SERVER_ERROR |
PKCS10_MULTI_VALUED_RDN_FAILED |
Not supporting multi-valued RDNs. |
500 INTERNAL_SERVER_ERROR |
VALID_EE_FOR_STRATEGY_IS_REQUIRED |
A valid end entity is required for this strategy |
422 UNPROCESSABLE_ENTITY |
INVALID_STRATEGY_FOR_X509_CERTIFICATE |
A PKCS10 strategy cannot be used with a X509 Certificate |
422 UNPROCESSABLE_ENTITY |
EE_STRATEGY_IMPLEMENTATION_NOT_FOUND |
No Implementation found for the provided EndEntityStrategy |
422 UNPROCESSABLE_ENTITY |
CRYPTO_ALGORITHMS_NOT_SUPPORTED |
Unsupported Crypto Algorithm |
422 UNPROCESSABLE_ENTITY |
FILE_INVALID_NOT_PEM_ENCODED_PKCS10 |
The provided file is not a valid pem-encoded PKCS10 Request |
422 UNPROCESSABLE_ENTITY |
PARSING_FAILURE |
Parsing of PKCS10 failed |
500 INTERNAL_SERVER_ERROR |
END_ENTITY_RULES_INVALID_REGEX |
Invalid Regular Expression in End Entity Rules |
422 UNPROCESSABLE_ENTITY |
WRONG_CMP_CONFIGURATION |
CMP configuration properties are empty or contain errors |
422 UNPROCESSABLE_ENTITY |
ENFORCE_ACTIVE_CERT_UNIQUENESS_TOLERANCE_IS_REQUIRED |
Enforce active certificate uniqueness tolerance is required |
422 UNPROCESSABLE_ENTITY |
CMP_SIGNER_IS_NOT_VALID |
CMP signer is not valid |
422 UNPROCESSABLE_ENTITY |
CMP_SIGNER_CERTIFICATE_CREATION_FAILED |
Unable to create Certificate for the CMP signer |
500 INTERNAL_SERVER_ERROR |
INVALID_ALLOWED_KEY_PAIR_MODE |
Allowed key pair modes specified are not valid |
422 UNPROCESSABLE_ENTITY |
INVALID_ALLOWED_CRYPTO_ALGORITHM |
Allowed cryptographic algorithms specified are not valid |
422 UNPROCESSABLE_ENTITY |
SIGN_WITH_CARA_FAILED |
An error occurred while signing with CARA |
500 INTERNAL_SERVER_ERROR |
DECRYPT_WITH_CARA_FAILED |
An error occurred while decrypting data with CARA |
500 INTERNAL_SERVER_ERROR |
TEMPLATE_SIGNER_CERTIFICATE_NOT_FOUND_UNPROCESSABLE_ENTITY |
Template signer certificate does not exist |
422 UNPROCESSABLE_ENTITY |
NDES_CA_CERTIFICATE_LOAD_FAILED |
Failed to load CA certificates from NDES server. |
500 INTERNAL_SERVER_ERROR |
NDES_CLIENT_INIT_FAILED |
Failed initialize NDES client. |
500 INTERNAL_SERVER_ERROR |
GLOBAL_SIGN_LOGIN_FAILED |
Failed to login to Global Sign server. |
500 INTERNAL_SERVER_ERROR |
GLOBAL_SIGN_CERTIFICATE_LOAD_FAILED |
Failed to load EE certificate from Global Sign server. |
500 INTERNAL_SERVER_ERROR |
GLOBAL_SIGN_TRUSTCHAIN_LOAD_FAILED |
Failed to load CA Certificates trust chain from Global Sign server. |
500 INTERNAL_SERVER_ERROR |
GLOBAL_SIGN_CERTIFICATE_REVOKE_FAILED |
An error occurred while revoking certificate with Global Sign |
500 INTERNAL_SERVER_ERROR |
GLOBAL_SIGN_CLIENT_INIT_FAILED |
Failed initialize Global Sign client. |
500 INTERNAL_SERVER_ERROR |
MSCA_CERTIFICATE_LOAD_FAILED |
Failed to load EE certificate from MSCA. |
500 INTERNAL_SERVER_ERROR |
MSCA_TRUSTCHAIN_LOAD_FAILED |
Failed to load CA Certificates trust chain from MSCA. |
500 INTERNAL_SERVER_ERROR |
MSCA_CERTIFICATE_REVOKE_FAILED |
An error occurred while revoking certificate with MSCA |
500 INTERNAL_SERVER_ERROR |
PSW_PUBLIC_CAS_ORDER_CREATION_FAILED |
Failed to request Public CAs certificate. |
500 INTERNAL_SERVER_ERROR |
PSW_PUBLIC_CAS_ORDER_LOAD_FAILED |
Failed to load certificate order from Public CAs server. |
500 INTERNAL_SERVER_ERROR |
PSW_PUBLIC_CAS_CERTIFICATE_LOAD_FAILED |
Failed to load EE certificate from Public CAs server. |
500 INTERNAL_SERVER_ERROR |
CANNOT_ARCHIVE_A_POLICY_THAT_IS_CONNECTED_WITH_AN_ACTIVE_CERTIFICATE |
Cannot archive a policy that is connected with an active Certificate |
409 CONFLICT |
POLICY_CERTIFICATE_PROVIDER_CONFIGURATION_IS_INVALID |
Invalid Policy Certificate Provider Configuration |
422 UNPROCESSABLE_ENTITY |
EMAIL_VERIFICATION_FAILED_TOKEN_NOT_FOUND_OR_EXPIRED |
E-mail verification failed, verification token does not exist or has expired |
422 UNPROCESSABLE_ENTITY |
EMAIL_VERIFICATION_FAILED_CERTIFICATE_REQUEST_NOT_FOUND |
E-mail verification failed, Certificate Request does not exist |
404 NOT_FOUND |
EMAIL_VERIFICATION_FAILED_CERTIFICATE_REQUEST_STATUS_CHANGED |
E-mail verification failed, Certificate Request has been modified |
409 CONFLICT |
RA_CERTIFICATE_CHAIN_ERROR |
Error with Ra Certificate chain |
500 INTERNAL_SERVER_ERROR |
COULD_NOT_RETRIEVE_CA_CHAIN |
CA Chain could not be retrieved |
500 INTERNAL_SERVER_ERROR |
TEMPLATE_SIGNER_NOT_FOUND |
Template signer does not exist |
404 NOT_FOUND |
EMAIL_ALREADY_EXISTS |
This email already exists |
409 CONFLICT |
PASSWORD_VALIDATION_FAILED |
Password validation failed |
422 UNPROCESSABLE_ENTITY |
KEYSTORE_INVALID_KEY_PAIR_MODE |
Key pair mode does not allow keystore retrieval. |
422 UNPROCESSABLE_ENTITY |
RETRIEVE_CURRENT_CARA_VCA_ID |
Failed to retrieve the current CARA VCA id |
500 INTERNAL_SERVER_ERROR |
REQUEST_CERTIFICATE_FAILED |
Error requesting certificate |
500 INTERNAL_SERVER_ERROR |
SENDING_CARA_REQUEST_ERROR |
Error sending request to CARA service |
500 INTERNAL_SERVER_ERROR |
APPROVING_REQUEST_FAILED |
Error approving request |
500 INTERNAL_SERVER_ERROR |
CREATE_X509_CERTIFICATE_FAILED |
Error creating X509Certificate |
500 INTERNAL_SERVER_ERROR |
REVOKE_CARA_CERTIFICATE_FAILED |
An error occurred while revoking certificate with Cara |
500 INTERNAL_SERVER_ERROR |
RETRIEVE_RA_CERTIFICATE_FAILED |
An error occurred while retrieving a RA Certificate |
500 INTERNAL_SERVER_ERROR |
ENCODE_CERTIFICATE_FAILED |
Failed to encode x509Certificate object |
500 INTERNAL_SERVER_ERROR |
INVALID_COUNTRY_CODE |
Country code is not valid |
400 BAD_REQUEST |
PASSWORD_GENERATION_NOT_ALLOWED_BECAUSE_PASSWORD_IS_INSECURE |
Insecure password generation is not allowed |
422 UNPROCESSABLE_ENTITY |
OPTIMISTIC_LOCKING_EXCEPTION |
A newer version of the resource was found in the database |
409 CONFLICT |
KEY_PAIR_MODE_DB_DATA_SHOULD_NOT_BE_EMPTY |
KeyPairMode database data could not be empty |
422 UNPROCESSABLE_ENTITY |
VALID_FOR_DB_DATA_SHOULD_NOT_BE_EMPTY |
ValidFor database data could not be empty |
422 UNPROCESSABLE_ENTITY |
VALID_PKCS10_REQUEST_FOR_STRATEGY_IS_REQUIRED |
A valid PKCS10 request is required for this strategy |
422 UNPROCESSABLE_ENTITY |
CONSTANT_FOR_ENUM_NOT_FOUND |
No such Enum Constant was found |
404 NOT_FOUND |
DOWNLOAD_CRL_FROM_CERTIFICATE_FAILED |
Failed to download crl |
500 INTERNAL_SERVER_ERROR |
AVAILABLE_MAIL_SETTINGS_NOT_FOUND_UNPROCESSABLE_ENTITY |
There are no mail settings available |
422 UNPROCESSABLE_ENTITY |
HTTP_URL_IN_CERTIFICATE_NOT_SPECIFIED |
Did not specify an HTTP URL in certificate |
500 INTERNAL_SERVER_ERROR |
QUERY_OCSP_FAILED |
Failed to query OCSP |
500 INTERNAL_SERVER_ERROR |
PARSE_OCSP_RESPONSE_FAILED |
Failed to parse OCSP Response |
500 INTERNAL_SERVER_ERROR |
OCSP_QUERY_NOT_SUCCESSFUL |
OCSP Query was unsuccessful |
500 INTERNAL_SERVER_ERROR |
NO_AVAILABLE_RESPONSE_BYTES |
No responseBytes available |
500 INTERNAL_SERVER_ERROR |
UNSUPPORTED_RESPONSE_TYPE |
Unsupported response type |
500 INTERNAL_SERVER_ERROR |
OCSP_RESPONSE_NOT_A_BASIC_OCSP_RESPONSE |
Not a BasicOCSPResponse |
500 INTERNAL_SERVER_ERROR |
OCSP_RESPONSE_VERIFICATION_FAILED |
OCSP Response Verification failed |
500 INTERNAL_SERVER_ERROR |
OCSP_RESPONSE_TOO_OLD |
OCSP Response is too old |
500 INTERNAL_SERVER_ERROR |
NO_MATCHING_SINGLE_RESPONSE |
No matching single response |
500 INTERNAL_SERVER_ERROR |
UNKNOWN_OCSP_CERT_STATUS |
Unknown ocsp cert status |
500 INTERNAL_SERVER_ERROR |
RESPONSE_NONCE_MISSING |
ResponseNonce is missing |
500 INTERNAL_SERVER_ERROR |
NONCE_VALUES_MISMATCH |
Mismatch of nonce values |
500 INTERNAL_SERVER_ERROR |
VERIFY_RESPONSE_DATA_FAILED |
The verification of the ResponseData failed |
500 INTERNAL_SERVER_ERROR |
RA_AUTHENTICATION_TOKEN_TYPE_NOT_SUPPORTED |
Unsupported RaAuthenticationToken type |
500 INTERNAL_SERVER_ERROR |
AUTHENTICATION_FAILED |
Failed to Authenticate |
401 UNAUTHORIZED |
MAC_CALCULATION_FAILED |
Failed to calculate MAC |
500 INTERNAL_SERVER_ERROR |
COPY_END_ENTITY_FAILED |
Copy process of the End Entity failed |
500 INTERNAL_SERVER_ERROR |
ENCODE_BASE_64_CERTIFICATE_FAILED |
Encoding process of Base64 Certificate failed |
500 INTERNAL_SERVER_ERROR |
PAGINATION_UTILS_ERROR_UTILITY_CLASS |
Utility class |
500 INTERNAL_SERVER_ERROR |
ACCESS_DENIED |
Access denied |
403 FORBIDDEN |
BAD_CREDENTIALS |
There was an error regarding the provided credentials |
401 UNAUTHORIZED |
INVALID_TYPE_OF_ARGUMENT |
Provided argument is of invalid type |
400 BAD_REQUEST |
BAD_REQUEST |
Bad Request |
400 BAD_REQUEST |
INPUT_VALIDATION_FAILED |
Input is not valid |
400 BAD_REQUEST |
REQUESTED_ENTITY_IS_ARCHIVED |
The requested entity is archived. |
409 CONFLICT |
UNMAPPED_REQUEST_URL |
The request URL is not mapped to an endpoint |
404 NOT_FOUND |
UNKNOWN_ERROR |
Unknown Error |
500 INTERNAL_SERVER_ERROR |
METHOD_NOT_ALLOWED |
Method not allowed |
405 METHOD_NOT_ALLOWED |
MEDIA_NOT_SUPPORTED |
Media not supported |
415 UNSUPPORTED_MEDIA_TYPE |
OIDC_PROVIDER_USER_REGISTER_CONFLICT |
Username or E-Mail already exists in OpenID Connect Provider |
409 CONFLICT |
OIDC_PROVIDER_CLIENT_REGISTER_CONFLICT |
A client with the same client id already exists |
409 CONFLICT |
CLIENT_NOT_FOUND |
Could not find client |
404 NOT_FOUND |
CLIENT_SERVICE_ACCOUNT_NOT_ENABLED |
Client not enabled to retrieve service account |
409 CONFLICT |
OIDC_PROVIDER_CONNECTION_ERROR |
Unable to connect to open ID connect provider |
502 BAD_GATEWAY |
OIDC_PROPERTY_VALUE_MISSING |
Open ID Connect Provider property value is missing |
500 INTERNAL_SERVER_ERROR |
OIDC_MIGRATION_FAILED |
Please contact with the manufacturer. |
500 INTERNAL_SERVER_ERROR |
OIDC_PROVIDER_REGENERATE_CLIENT_SECRET_FAILED |
Unable to regenerate OpenIDConnect client’s secret |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_USER_ROLES_FAILED |
Unable to retrieve OpenIDConnect user roles |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_USER_COUNT_FAILED |
Unable to retrieve OpenIDConnect user count |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_USER_FAILED |
Unable to retrieve specified OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_REALM_ROLE_FAILED |
Unable to retrieve specified realm role |
502 BAD_GATEWAY |
OIDC_PROVIDER_REALM_ROLE_ASSIGNMENT_TO_USER_FAILED |
Unable to add realm role to OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_REALM_ROLE_REMOVAL_FROM_USER_FAILED |
Unable to remove realm role from OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_CLIENT_FAILED |
Unable to retrieve specified OpenIDConnect client |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_CLIENT_SERVICE_ACCOUNT_FAILED |
Unable to retrieve specified OpenIDConnect client service account |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_ALL_USERS_FAILED |
Unable to retrieve all OpenIDConnect users |
502 BAD_GATEWAY |
OIDC_PROVIDER_USER_CREATION_FAILED |
Unable to create OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_USER_UPDATE_FAILED |
Unable to update specified OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_USER_DELETION_FAILED |
Unable to delete specified OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_SEND_EMAIL_TO_USER_FAILED |
Unable to send email to specified OpenIDConnect user |
502 BAD_GATEWAY |
OIDC_PROVIDER_REALM_ROLE_NOT_FOUND |
Unable to find specified realm role |
404 NOT_FOUND |
OIDC_PROVIDER_RETRIEVE_ALL_CLIENTS_FAILED |
Unable to retrieve all OpenIDConnect clients |
502 BAD_GATEWAY |
OIDC_PROVIDER_CLIENT_CREATION_FAILED |
Unable to create OpenIDConnect client |
502 BAD_GATEWAY |
OIDC_PROVIDER_CLIENT_UPDATE_FAILED |
Unable to update specified OpenIDConnect client |
502 BAD_GATEWAY |
OIDC_PROVIDER_CLIENT_DELETION_FAILED |
Unable to delete specified OpenIDConnect client |
502 BAD_GATEWAY |
OIDC_PROVIDER_LOGIN_FAILED |
Unable to log in to OpenIDConnect |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_ROLE_USERS_FAILED |
Unable to retrieve OpenIDConnect users with specified realm role |
502 BAD_GATEWAY |
OIDC_PROVIDER_RETRIEVE_USER_ROLE_MAPPINGS_FAILED |
Unable to retrieve OpenIDConnect user role mappings |
502 BAD_GATEWAY |
MIGRATION_FAILED |
Please contact with the manufacturer. |
500 INTERNAL_SERVER_ERROR |
API_CLIENT_NOT_FOUND_UNPROCESSABLE_ENTITY |
Api Client does not exist |
409 CONFLICT |
ROLES_NOT_ENABLED |
Roles not enabled to retrieve |
409 CONFLICT |
VERSION_OF_REQUEST_NOT_FOUND_SINCE |
The request that was triggered was not found. It is available in a later version |
404 NOT_FOUND |
VERSION_OF_REQUEST_NOT_FOUND_REMOVED |
The request that was triggered was not found. It has been removed in an earlier version |
404 NOT_FOUND |
SCHEDULER_ERROR |
There was an error with the scheduler |
500 INTERNAL_SERVER_ERROR |
INVALID_VERSION_FORMAT |
Invalid API version string used in the request for version, it must be of format 'v1' |
400 BAD_REQUEST |
CSV_PARSING_ERROR |
There was an error with parsing the csv file. |
500 INTERNAL_SERVER_ERROR |
EXCEPTION_GENERATION_ERROR |
There was an error generating the API exception |
500 INTERNAL_SERVER_ERROR |
MISSING_CONFIGURATION_VALUE |
Configuration value is missing |
422 UNPROCESSABLE_ENTITY |
CONFIGURATION_VALUE_MAX_LENGTH_EXCEEDED |
Configuration value cannot be more than 1000 characters long |
422 UNPROCESSABLE_ENTITY |
SEND_CERTIFICATE_EMAIL_FAILED_MISSING_EMAIL_ADDRESS |
Certificate E-Mail failed, End Entity is missing E-Mail address |
422 UNPROCESSABLE_ENTITY |
CHECK_CONFIGURATION_EMAIL_FAILED_MISSING_USER_EMAIL |
Failed to send test E-Mail, User E-Mail address is missing |
422 UNPROCESSABLE_ENTITY |
CHECK_CONFIGURATION_EMAIL_FAILED_API_CLIENT_NOT_SUPPORTED |
Functionality for sending test E-Mail is not supported for API Clients |
422 UNPROCESSABLE_ENTITY |
CRYPTO_MODULE_WITH_NAME_EXISTS |
A crypto module with the provided name already exists |
409 CONFLICT |
CRYPTO_MODULE_BUILT_IN_PASSWORD_MISSING |
Password for built-in crypto module is missing |
422 UNPROCESSABLE_ENTITY |
INVALID_CRYPTO_MODULE_CONFIGURATION |
Invalid crypto module configuration |
422 UNPROCESSABLE_ENTITY |
CRYPTO_MODULE_NOT_FOUND |
Crypto module does not exist |
404 NOT_FOUND |
CRYPTO_MODULE_CREATE_KEY_PAIR_ERROR |
Crypto module failed to create keypair |
500 INTERNAL_SERVER_ERROR |
CRYPTO_MODULE_CREATE_SECURE_RANDOM_ERROR |
Crypto module failed to create secure random generator |
500 INTERNAL_SERVER_ERROR |
CRYPTO_MODULE_SERVICE_IMPROPER_CONFIGURATION |
Crypto module has not been configured properly |
422 UNPROCESSABLE_ENTITY |
CRYPTO_MODULE_IS_ARCHIVED |
Crypto module is archived |
409 CONFLICT |
CRYPTO_MODULE_ENCRYPT_DATA_ERROR |
Crypto module failed to encrypt data |
500 INTERNAL_SERVER_ERROR |
CRYPTO_MODULE_DECRYPT_ENVELOPED_DATA_ERROR |
Crypto module failed to decrypt CMS enveloped data |
500 INTERNAL_SERVER_ERROR |
CRYPTO_MODULE_ALREADY_ARCHIVED |
Crypto module is already archived |
409 CONFLICT |
CRYPTO_MODULE_ALREADY_UNARCHIVED |
Crypto module is already unarchived |
409 CONFLICT |
ACTIVE_CRYPTO_MODULE_CANNOT_BE_ARCHIVED |
Current active crypto module cannot be archived |
422 UNPROCESSABLE_ENTITY |
ACTIVE_CRYPTO_MODULE_NOT_CONFIGURED |
Active crypto module is not configured |
422 UNPROCESSABLE_ENTITY |
ACTIVE_CRYPTO_MODULE_NOT_CONFIGURED_CORRECTLY |
Active crypto module is not configured properly |
422 UNPROCESSABLE_ENTITY |
PRIVATE_KEY_CANNOT_BE_DECRYPTED |
Private key cannot be decrypted, no connected crypto module found |
422 UNPROCESSABLE_ENTITY |
PRIVATE_KEY_CANNOT_BE_RETRIEVED_FROM_PROVIDER |
Private key cannot be retrieved from certificate provider |
422 UNPROCESSABLE_ENTITY |
ROLE_NOT_FOUND |
Role does not exist |
404 NOT_FOUND |
ROLE_NOT_FOUND_UNPROCESSABLE_ENTITY |
Role does not exist |
422 UNPROCESSABLE_ENTITY |
ROLE_WITH_NAME_EXISTS |
A role with the provided name already exists |
409 CONFLICT |
ROLE_NAME_DOES_NOT_CONTAIN_CLM_PREFIX |
Role name does not contain CLM_ prefix |
400 BAD_REQUEST |
CANNOT_DELETE_ROLE_ADMIN |
Role CLM_ADMIN cannot be deleted |
409 CONFLICT |
CANNOT_UPDATE_ROLE_ADMIN |
Role CLM_ADMIN cannot be edited |
409 CONFLICT |
CREATE_ROLE_WITHOUT_PROVIDING_PERMISSIONS |
Unable to create new role without any permissions |
400 BAD_REQUEST |
UPDATE_ROLE_WITHOUT_PROVIDING_PERMISSIONS |
Unable to update new role without any permissions |
400 BAD_REQUEST |