DP Certificates

Pin New DP Client Certificate

Pin a new DP Client Certificate to this control plane. A pinned dataplane certificate allows dataplanes configured with the certificate and corresponding private key to establish connection with this control plane.

post/v2/control-planes/{controlPlaneId}/dp-client-certificates

Request body

certstring required

JSON escaped string of the certificate.

titlestring nullable

Title for the certificate.

Response

Response body for retrieving a dp-client-certificate.

Changes

Changed in 3 of the 52 revisions of this API.16

    • added the new optional request property title

      new-optional-request-property

    • added the optional property item/title to the response with the 201 status

      response-optional-property-added

    • the response property item/cert became nullable for the status 201

      response-property-became-nullable

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog