-
Notifications
You must be signed in to change notification settings - Fork 154
PKI Get Applications REST API
ckelleyRH edited this page Jun 2, 2021
·
9 revisions
PKI Get Applications operation will return a list of PKI subsystems currently deployed on the instance.
-
URL:
/pki/rest/apps -
Method:
GET -
Authentication: Not required
-
Content: None
-
Code:
200 -
Content (JSON - default):
[
{
"id": "acme",
"name": "ACME Responder",
"path": "/acme"
},
{
"id": "ca",
"name": "Certificate Authority",
"path": "/ca"
}
]
-
Content (XML - deprecated):
(no response)
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |