GET
/
templateversions
/
{templateversion}
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/templateversions/{templateversion} \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "archived": true,
  "created_at": "2023-11-07T05:31:56Z",
  "created_by": {
    "avatar_url": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "username": "<string>"
  },
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "job": {
    "canceled_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "error": "<string>",
    "error_code": "<any>",
    "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "queue_position": 123,
    "queue_size": 123,
    "started_at": "2023-11-07T05:31:56Z",
    "status": "<any>",
    "tags": {},
    "worker_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "matched_provisioners": {
    "available": 123,
    "count": 123,
    "most_recently_seen": "2023-11-07T05:31:56Z"
  },
  "message": "<string>",
  "name": "<string>",
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "readme": "<string>",
  "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updated_at": "2023-11-07T05:31:56Z",
  "warnings": [
    "UNSUPPORTED_WORKSPACES"
  ]
}

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

templateversion
string
required

Template version ID

Response

200 - application/json
OK
archived
boolean
created_at
string
created_by
object
id
string
job
object
matched_provisioners
object
message
string
name
string
organization_id
string
readme
string
template_id
string
updated_at
string
warnings
enum<string>[]
Available options:
UNSUPPORTED_WORKSPACES