Credentials
Get Credential
Use this API to retrieve a single credential by its unique identifier.
get/api/discovery-scan-config/v2/credentials/{id}
Path parameters
idstring uuid required
ID of the credential. This value can be obtained from Get Credentials API.
Response
Credential details
Example response
{
"id": "4f162d7c-a563-4bf1-a7c4-b7899f6dcdef",
"name": "MySQL Credential",
"description": "MySQL Ref Credential",
"systemName": "MySQL",
"referenceKey": "kv/mysql",
"workerNodeName": "WN-24thAugust"
}