GPG Keys

List all GPG keys

ListGPGKeys retrieves all available GPG public keys.

Securityx-api-key
Request
query Parameters
accountIdentifier
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

gnuPG
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/gpgkeys
Request samples
Response samples
application/json
{
  • "content": [
    ],
  • "totalPages": 0,
  • "totalItems": 0,
  • "pageItemCount": 0,
  • "pageSize": 0,
  • "pageIndex": 0,
  • "empty": true
}