Compute

List Secrets

Retrieves a list of all secrets available in the specified workspace. Secrets are used to store sensitive information such as default password of compute instances.

get/compute/v2/thr4/workspaces/{workspaceUUID}/secrets

Path parameters

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the list of secrets in the workspace. The response includes metadata about each secret but not the actual secret values.

apiVersion'compute/v2' required

Version identifier of the API schema

kind'SecretList' required

The string value 'SecretList' that identifies the schema

Example response

{
  "apiVersion": "compute/v2",
  "items": [
    {
      "apiVersion": "compute/v2",
      "kind": "Secret",
      "metadata": {
        "resourceVersion": "519597875",
        "uid": "00000000-0000-0000-0000-000000000000",
        "workspace": "00000000-0000-0000-0000-000000000000"
      }
    }
  ],
  "kind": "SecretList"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.