Get trust anchor list
    • PDF

    Get trust anchor list

    • PDF

    Article summary

    Get the trust anchor list.

    API

    • GET /trust-anchors

    Request

    Parameters

    Field nameRequiredTypeRestrictionsDescription
    searchColumnNStringname, trustAnchorNrnSearch column (name, trustAnchorNrn)
    searchWordNStringSearch keyword

    Response

    [
      {
        "trustAnchorId": "string",
        "trustAnchorNrn": "string",
        "name": "string",
        "description": "string",
        "enabled": boolean,
        "createTime": "string",
        "updateTime": "string",
        "source": {
          "sourceType": "string",
          "sourceData": {
            "caId": integer
          }
        }
      }
    ]
    
    Field nameTypeDescription
    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

    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.