Certificates

List certificates

ListCerts retrieves a list of certificates

Securityx-api-key
Request
query Parameters
accountIdentifier
string

Account Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

name
string
searchTerm
string
pageSize
integer <int32>
pageIndex
integer <int32>
agentIdentifier
string

Agent identifier for entity.

Responses
200

A successful response.

default

An unexpected error response.

get/gitops/api/v1/certificates
Request samples
Response samples
application/json
{
  • "content": [
    ],
  • "totalPages": 0,
  • "totalItems": 0,
  • "pageItemCount": 0,
  • "pageSize": 0,
  • "pageIndex": 0,
  • "empty": true
}