POST
/
organizations
/
{organization}
/
templateversions
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/organizations/{organization}/templateversions \
  --header 'Content-Type: application/json' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{
  "example_id": "<string>",
  "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "<string>",
  "name": "<string>",
  "provisioner": "terraform",
  "storage_method": "<any>",
  "tags": {},
  "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "user_variable_values": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}'
{
  "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

organization
string
required

Organization ID

Body

application/json
Create template version request
provisioner
enum<string>
required
Available options:
terraform,
echo
storage_method
any
example_id
string
file_id
string
message
string
name
string
tags
object
template_id
string

TemplateID optionally associates a version with a template.

user_variable_values
object[]

Response

201 - application/json
Created
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