PKI Get Applications REST API - dogtagpki/pki GitHub Wiki

Overview

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

Request

  • Method: GET

  • Path: /pki/rest/apps

  • Authentication: Not required

  • Content: None

  • Success code: 200

Example

JSON
$ curl \
    -k \
    -s \
    -H "Accept: application/json" \
    https://localhost.localdomain:8443/pki/rest/apps | python -m json.tool
[
    {
        "id": "ca",
        "name": "Certificate Authority",
        "path": "/ca"
    }
]

Sources

⚠️ **GitHub.com Fallback** ⚠️