ListCerts retrieves a list of certificates
A successful response.
An unexpected error response.
curl -i -X GET \ 'https://app.harness.io/gitops/api/v1/certificates?accountIdentifier=string&projectIdentifier=string&orgIdentifier=string&name=string&searchTerm=string&pageSize=0&pageIndex=0&agentIdentifier=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "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
}