Get package signature verification key ID

GET /api/fleet/epm/verification_key_id

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    OK

    Hide response attributes Show response attributes object
    • body object
      Hide body attribute Show body attribute object
      • id string | null

        the key ID of the GPG key used to verify package signatures

    • headers object
  • 400 application/json; Elastic-Api-Version=2023-10-31

    Generic Error

    Hide response attributes Show response attributes object
GET /api/fleet/epm/verification_key_id
curl \
 -X GET https://localhost:5601/api/fleet/epm/verification_key_id
Response examples (200)
{
  "body": {
    "id": "string"
  },
  "headers": {},
  "statusCode": 42.0
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}