/api/space/user-management/certificate/{certificate-id}

The following operations are supported on this resource:

  • GET - This API is used to get certificate
  • DELETE - This API is used to remove certificate
GET /certificate/{certificate-id} Version 3

This API is used to get certificate.

Sample Usage

GET /certificate/{certificate-id}


  • Parameters:
    Name Type URI Type Description Required
    certificate-id Integer Path int Y
  • Sample Output XML:
    <certificate uri="/api/space/user-management/certificate/{certificate-id}">
         <expire-time>Long</expire-time>
         <last-update>Long</last-update>
         <cert-type>String</cert-type>
         <cert-data>
               <cert-data>Byte</cert-data>
         </cert-data>
         <id>Integer</id>
         <domain-id>Integer</domain-id>
         <name>String</name>
         <raw-file-name>String</raw-file-name>
    </certificate>

  • Sample Output JSON:
    {
      "certificate": {
        "@uri": "/api/space/user-management/certificate/{certificate-id}",
        "cert-data": {
          "cert-data": "Byte"
        },
        "cert-type": "String",
        "last-update": "Long",
        "expire-time": "Long",
        "id": "Integer",
        "name": "String",
        "raw-file-name": "String"
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

    DELETE /certificate/{certificate-id} Version 3

    This API is used to remove certificate.

    Sample Usage

    DELETE /certificate/{certificate-id}


    • Parameters:
      Name Type URI Type Description Required
      certificate-id Integer Path Certificate ID Y

    Access Control

    The following capabilities are required to access this API: DefaultRead