Compute
Get Secret
Retrieves detailed information about a specific secret in the specified workspace.
get/compute/v2/thr3/workspaces/{workspaceUUID}/secrets/{resourceId}
Path parameters
workspaceUUIDstring required
UUID of the workspace
resourceIdstring required
Resource ID
Response
Successfully retrieved the details of the specified secret.
Example response
{
"apiVersion": "compute/v2",
"kind": "Secret",
"metadata": {
"resourceVersion": "519597875",
"uid": "00000000-0000-0000-0000-000000000000",
"workspace": "00000000-0000-0000-0000-000000000000"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.