Get Tls Certificate

Get Tls Certificate

Returns information for the specified certificate ID, including the certificate's id; resource_type (for example, certificate_self_signed, certificate_ca, or certificate_signed); pem_encoded data; and history of the certificate (who created or modified it and when). For additional information, include the ?details=true modifier at the end of the request URI.

Request
URI
GET
https://nsxmanager.your.domain/policy/api/v1/infra/certificates/{certificate-id}
COPY
Path Parameters
string
certificate-id
Required

ID of certificate to read

Query Parameters
boolean
details
Optional

whether to expand the pem data and show all its details


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TlsCertificate of type(s) application/json
This response body class contains all of the following: PolicyConfigResource , InlineTlsCertificate1
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "parent_path": "string",
    "path": "string",
    "relative_path": "string",
    "children": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "marked_for_delete": false
        }
    ],
    "marked_for_delete": false,
    "details": [
        {
            "dsa_public_key_g": "string",
            "dsa_public_key_p": "string",
            "dsa_public_key_q": "string",
            "dsa_public_key_y": "string",
            "ecdsa_curve_name": "string",
            "ecdsa_ec_field": "string",
            "ecdsa_ec_field_f2mks": [
                0
            ],
            "ecdsa_ec_field_f2mm": 0,
            "ecdsa_ec_field_f2mrp": "string",
            "ecdsa_ec_field_f2pp": "string",
            "ecdsa_public_key_a": "string",
            "ecdsa_public_key_b": "string",
            "ecdsa_public_key_cofactor": 0,
            "ecdsa_public_key_generator_x": "string",
            "ecdsa_public_key_generator_y": "string",
            "ecdsa_public_key_order": "string",
            "ecdsa_public_key_seed": [
                "string"
            ],
            "is_ca": false,
            "is_valid": false,
            "issuer": "string",
            "issuer_cn": "string",
            "not_after": 0,
            "not_before": 0,
            "public_key_algo": "string",
            "public_key_length": 0,
            "rsa_public_key_exponent": "string",
            "rsa_public_key_modulus": "string",
            "serial_number": "string",
            "signature": "string",
            "signature_algorithm": "string",
            "subject": "string",
            "subject_cn": "string",
            "version": "string"
        }
    ],
    "pem_encoded": "string"
}

400
Returns BadRequest of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}

403
Returns Forbidden of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}

404
Returns NotFound of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}

412
Returns PreconditionFailed of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}

500
Returns InternalServerError of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}

503
Returns ServiceUnavailable of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string",
    "related_errors": [
        {
            "details": "string",
            "error_code": 0,
            "error_message": "string",
            "module_name": "string"
        }
    ]
}