Skip to content

REST API v2

Marco Fargetta edited this page Dec 12, 2024 · 11 revisions

Overview

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.

General endpoints

Path Method Parameters Return code Mime Input

/pki/v2/info

GET

None

200

application/json

Example
$ curl --cacert ./ca_signing.crt  https://$HOSTNAME:8443/pki/v2/info
{
  "Name" : "Dogtag Certificate System",
  "Version" : "11.6.0",
  "Attributes" : {
    "Attribute" : [ ]
  }
}

/pki/v2/apps

GET

None

200

application/json

Example
curl --cacert ./ca_signing.crt   https://$HOSTNAME:8443/pki/v2/apps
[{"id":"ca","name":"Certificate Authority","path":"/ca"}]

Common endpoints

CA endpoints

KRA endpoints

TPS endpoints

See Also

Clone this wiki locally