ListCerts retrieves a list of certificates
A successful response.
An unexpected error response.
{- "content": [
- {
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "agentIdentifier": "string",
- "cert": {
- "serverName": "string",
- "certType": "string",
- "certSubType": "string",
- "certData": "string",
- "certInfo": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
], - "totalPages": 0,
- "totalItems": 0,
- "pageItemCount": 0,
- "pageSize": 0,
- "pageIndex": 0,
- "empty": true
}