Skip to content

PKI Get Applications REST API

ckelleyRH edited this page Jun 2, 2021 · 9 revisions

Overview

PKI Get Applications operation will return a list of PKI subsystems currently deployed on the instance.

Request

  • URL: /pki/rest/apps

  • Method: GET

  • Authentication: Not required

  • Content: None

Response

  • Code: 200

  • Content:

    • JSON (default):

[
    {
        "id": "acme",
        "name": "ACME Responder",
        "path": "/acme"
    },
    {
        "id": "ca",
        "name": "Certificate Authority",
        "path": "/ca"
    }
]
  • XML (deprecated):

(no response)
Clone this wiki locally