Certificate

FetchUserSSHCertificate

Fetches the SSH certificate of a given user.

POST

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Certificate/SSHUserCertificate/fetch

Parameter

Field
Label in UI
Type
Description

user_id

-

String

ID of the user whose SSH certificate you want to fetch. Mandatory Field

Request Example

{
    "data": {
        "user_id": "5a466e9dd8aaa4748d3977c7"
    }
}

Success Response

{
    "status": "Success",
    "message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}/{data_node}"
}

List (SCP authorization certificates)

Lists the authorization certificate for SCP.

GET

Success Response

ListSystemSSHCertificate

Lists the SSH certificate of a given system.

GET

Success Response

Last updated

Was this helpful?