-
Notifications
You must be signed in to change notification settings - Fork 139
REST API v2
Marco Fargetta edited this page Dec 12, 2024
·
11 revisions
This page describes the REST API v2 endpoints.
Warning
|
This feature is still under development. The API might still change. Do not use it in production. |
Path | Method | Parameters | Return code | Mime | Input |
---|---|---|---|---|---|
|
|
None |
200 |
|
|
Example$ curl --cacert ./ca_signing.crt https://$HOSTNAME:8443/pki/v2/info { "Name" : "Dogtag Certificate System", "Version" : "11.6.0", "Attributes" : { "Attribute" : [ ] } } |
|||||
|
|
None |
200 |
|
|
Examplecurl --cacert ./ca_signing.crt https://$HOSTNAME:8443/pki/v2/apps [{"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. |