-
Notifications
You must be signed in to change notification settings - Fork 139
PKI Get Applications REST API
ckelleyRH edited this page Jun 10, 2021
·
9 revisions
PKI Get Applications operation will return a list of PKI subsystems currently deployed on the instance.
-
Method:
GET
-
Path:
/pki/rest/apps
-
Authentication: Not required
-
Content: None
$ curl \ -k \ -s \ -H "Accept: application/json" \ --user caadmin:Secret.123 \ https://localhost.localdomain:8443/pki/rest/apps | python -m json.tool [ { "id": "ca", "name": "Certificate Authority", "path": "/ca" } ]
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |