There was an error while loading. Please reload this page.
PKI Get Applications operation will return a list of PKI subsystems currently deployed on the instance.
Method: GET
GET
Path: /pki/rest/apps
/pki/rest/apps
Authentication: Not required
Content: None
Success code: 200
200
$ 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" } ]
AppService.getApplications()
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide