Fetches the SSH certificate of 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}"
}
Lists the authorization certificate for SCP.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Certificate
Success Response
[
{
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/iRoSiSgYtHCZnFbA1qo1K4GzNAYAKBoofiN6RBsMX18w4EMjc+1EKVYs1Upw0tsDqreLAMA73yU+koSwbz5Jiw1KgKB3j85KCc3FAu45f4n9dr7R4pTTligYAr2rkKV15IMqTdA5zNxlX6atb8LYetiy07jfad15XomTtapw=="
}
]
Lists the SSH certificate of given system.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Certificate/SSHSystemCertificate
Success Response
[
{
"certificate": "ssh-rsa ACAAS3NzaC1xb2EAAAADAQABAAAAgQCp75/8l42sqTAGJmvpYh0A36JBbWcIkAX3p9h9lklSle1onmva+VURzYPSzcyfQQLFk+bvsVFQwKbX/f4IbCR/5WRTeqPagsm+57nEXid7xehrb+patdJEmegk5/DmWpw5ZqIOi5kO8/EqFajTlJ+3PquZrxm5EnE4UCdI/pR/gm=="
}
]
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support