CZERTAINLY Uncategorized API (2.7.1)
Download OpenAPI specification:Download
Various uncategorized REST APIs of the platform
Response samples
- 200
- 400
- 403
- 404
Content type
application/json
{- "page": 0,
- "size": 0,
- "totalPages": 0,
- "items": [
- {
- "id": 0,
- "uuid": "string",
- "author": "string",
- "created": "2019-08-24T14:15:22Z",
- "operationStatus": "SUCCESS",
- "origination": "ACCESS",
- "affected": "ACCESS",
- "objectIdentifier": "string",
- "operation": "CREATE",
- "additionalData": "string"
}
]
}
Response samples
- 200
- 400
- 403
- 404
Content type
application/json
{- "totalCertificates": 0,
- "totalGroups": 0,
- "totalDiscoveries": 0,
- "totalConnectors": 0,
- "totalRaProfiles": 0,
- "totalCredentials": 0,
- "totalAuthorities": 0,
- "totalAdministrators": 0,
- "totalClients": 0,
- "groupStatByCertificateCount": {
- "property1": 0,
- "property2": 0
}, - "raProfileStatByCertificateCount": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByType": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByExpiry": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByKeySize": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByBasicConstraints": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByStatus": {
- "property1": 0,
- "property2": 0
}, - "certificateStatByComplianceStatus": {
- "property1": 0,
- "property2": 0
}, - "connectorStatByStatus": {
- "property1": 0,
- "property2": 0
}, - "raProfileStatByStatus": {
- "property1": 0,
- "property2": 0
}, - "administratorStatByStatus": {
- "property1": 0,
- "property2": 0
}, - "clientStatByStatus": {
- "property1": 0,
- "property2": 0
}
}
Response samples
- 200
- 400
- 403
- 404
Content type
application/json
{
}
Update platform setting
Request Body schema: application/json
required | object (UtilsSettingsDto) Utils settings of the platform | ||
|
Responses
Request samples
- Payload
Content type
application/json
{
}
Response samples
- 400
- 403
- 404
Content type
application/json
{- "message": "Error message"
}