Returns information about a specific secrets profile.
Attention: The secret's data field is not returned.
GET https://api-<BlueCat.edge.url>/v1/api/secretsProfiles/{id}
Authorization: Bearer authorization token
Successful response
200 OK
Content-Type: application/JSON
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"dateCreated": 946684800000,
"dateLastModified": 946684800000,
"secrets": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"secretsProfileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"dateCreated": 946684800000,
"dateNameLastModified": 946684800000,
"dateDataLastModified": 946684800000,
"dateLastDecrypted": 946684800000
}
]
}
Possible error codes:
- NOT FOUND - Specific secrets profile not found
- INTERNAL SERVER ERROR - Unexpected error