There was an error while loading. Please reload this page.
PKI Get Info operation will return information about the PKI server.
Method: GET
GET
Path: /pki/rest/info
/pki/rest/info
Authentication: Not required
Content: None
Success code: 200
200
$ curl \ -k \ -s \ -H "Accept: application/json" \ https://localhost.localdomain:8443/pki/rest/info | python -m json.tool { "Attributes": { "Attribute": [] }, "Name": "Dogtag Certificate System", "Version": "11.0.0" }
$ curl \ -k \ -s \ -H "Accept: application/xml" \ https://localhost.localdomain:8443/pki/rest/info | xmllint --format - <Info> <Attributes/> <Name>Dogtag Certificate System</Name> <Version>11.0.0</Version> </Info>
InfoService.getInfo()
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide