Get single trust anchor
    • PDF

    Get single trust anchor

    • PDF

    Article summary

    Get a single trust anchor.

    API

    • GET /trust-anchors/{trustAnchorId}

    Request

    Path variables

    Field nameRequiredTypeRestrictionsDescription
    trustAnchorIdYstringTrust anchor ID

    Response

    Body

    {
      "trustAnchorId": "string",
      "trustAnchorNrn": "string",
      "name": "string",
      "description": "string",
      "enabled": boolean,
      "createTime": "string",
      "updateTime": "string",
      "source": {
        "sourceType": "string",
        "sourceData": {
          "caId": integer,
          "nrn": "string",
          "notAfterDate": "string",
          "x509CertificateData": "string"
        }
      }
    }
    
    FieldTypeDescription
    trustAnchorIdstringTrust anchor ID
    trustAnchorNrnstringNRN of the trust anchor
    namestringTrust anchor name
    descriptionstringTrust anchor description
    enabledbooleanTrust anchor activation status
    createTimestringCreation time
    updateTimestringModification time
    sourceobjectInformation on CA registered as trust anchor
    source.sourceTypestringTrust anchor CA type
    source.sourceDataobjectTrust anchor CA data
    source.sourceData.caIdintegerID of NAVER Cloud Platform Private CA registered to the trust anchor
    source.sourceData.nrnstringNRN of NAVER Cloud Platform Private CA registered to the trust anchor
    source.sourceData.notAfterDatestringExpiration date and time of NAVER Cloud Platform Private CA registered to the trust anchor
    source.sourceData.x509CertificateDatastringNAVER Cloud Platform Private CA certificate (PEM) registered to the trust anchor

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.