Get Certificate

Get Certificate

Utility function to get the endpoint certificate.

Request
URI
PUT
https://{api_host}/management-service/api/management/endpoint/{tenantId}/certificate
COPY
Path Parameters
string
Required

tenant Id


Request Body
ManagementEndpointDetails of type(s) application/json
Optional
{
    "password": "string",
    "endpointUrl": "string",
    "tenant": "string",
    "username": "string"
}
string
password
Required

password

string
endpointUrl
Required

endpointUrl

string
tenant
Required

tenant

string
username
Required

username

Responses
200

Success.

Returns CertificateInfo of type(s) */*
{
    "notValidBefore": "string",
    "identityCertificateExists": false,
    "issuerName": "string",
    "notValidAfter": "string",
    "thumbprint": "string",
    "principalName": "string"
}
string As date-time As date-time
notValidBefore
Optional

notValidBefore

boolean
identityCertificateExists
Optional

identityCertificateExists

string
issuerName
Optional

issuerName

string As date-time As date-time
notValidAfter
Optional

notValidAfter

string
thumbprint
Optional

thumbprint

string
principalName
Optional

principalName


400

The connection was not established successfully. Check response body for details.

Operation doesn't return any data structure