Cloud
Get Credential
Get details about a specific credential.
get/v1/credentials/{credentialId}
Path parameters
credentialIdstring required
Cloud credential ID with provider prefix
Example:aws_12345
The ID of the credential to retrieve
Response
OK. Returns the specified credential.
Example response
{
"credentialId": "aws_12345",
"params": {
"name": "Example AWS Credential",
"arn": "arn:aws:iam::123456789012:role/lucidimport",
"orgMemberAccountRoleName": "LucidCloudMemberAccountRole"
}
}