Virtual Environment Versions

Index

get

Pagination

Pagination is available for this request. Please see the section on using pagination for more details.

Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

  • virtualEnvironmentVersion

  • virtualEnvironmentVersion_count

  • virtualEnvironmentVersionExists

  • flow

  • flow_count

  • flowExists

Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

  • id

  • created_at

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/virtual-environment-versions/{virtual_environment_version}/flow-priorities

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

flow_id

priority

integer

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Body
flow_idstringRequired
priorityintegerRequired
notesstringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/virtual-environment-versions/{virtual_environment_version}/flow-priorities

Update

put

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

flow_id

priority

integer

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

flow_prioritystringRequired

The flow priority identifier.

Body
flow_idstringOptional
priorityintegerOptional
notesstringOptional
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/virtual-environment-versions/{virtual_environment_version}/flow-priorities/{flow_priority}

Destroy

delete

Delete a flow prioritie.

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

flow_prioritystringRequired

The flow priority identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/virtual-environment-versions/{virtual_environment_version}/flow-priorities/{flow_priority}

Index

get

Pagination

Pagination is available for this request. Please see the section on using pagination for more details.

Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

  • virtualEnvironmentVersion

  • virtualEnvironmentVersion_count

  • virtualEnvironmentVersionExists

  • originalModel

  • originalModel_count

  • originalModelExists

  • replacementModel

  • replacementModel_count

  • replacementModelExists

Available Filters

These are the filters that can be used to specific the data to return. Please see the section on using filters for more details.

  • model_type

Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

  • id

  • created_at

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/virtual-environment-versions/{virtual_environment_version}/manifests

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

model_type

string

original_model_id

replacement_model_id

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Body
model_typestringRequired
original_model_idstringRequired
replacement_model_idstringRequired
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/virtual-environment-versions/{virtual_environment_version}/manifests

Show

get

Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

  • virtualEnvironmentVersion

  • virtualEnvironmentVersion_count

  • virtualEnvironmentVersionExists

  • originalModel

  • originalModel_count

  • originalModelExists

  • replacementModel

  • replacementModel_count

  • replacementModelExists

Available Filters

These are the filters that can be used to specific the data to return. Please see the section on using filters for more details.

  • model_type

Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

  • id

  • created_at

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

manifeststringRequired

The manifest identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/virtual-environment-versions/{virtual_environment_version}/manifests/{manifest}

Update

put

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

model_type

string

original_model_id

replacement_model_id

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

manifeststringRequired

The manifest identifier.

Body
model_typestringOptional
original_model_idstringOptional
replacement_model_idstringOptional
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/virtual-environment-versions/{virtual_environment_version}/manifests/{manifest}

Destroy

delete

Delete a manifest.

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

manifeststringRequired

The manifest identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/virtual-environment-versions/{virtual_environment_version}/manifests/{manifest}

Index

get

Pagination

Pagination is available for this request. Please see the section on using pagination for more details.

Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

  • virtualEnvironmentVersion

  • virtualEnvironmentVersion_count

  • virtualEnvironmentVersionExists

Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

  • id

  • created_at

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Query parameters
filter[label]stringOptional

Filter results by label.

filter[key]stringOptional

Filter results by key.

filter[value]stringOptional

Filter results by value.

sortstringOptional

Sort field. Prefix with - for descending. Available: label, key, value

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/virtual-environment-versions/{virtual_environment_version}/variables

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

type

string

key

string

value

fallback

string

date_format

string

secret

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

Body
typestringRequired
keystring · min: 1Required
valuestring · max: 1024Optional
fallbackstring · max: 1024 · nullableOptional
date_formatstring · nullableOptional
secretstringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/virtual-environment-versions/{virtual_environment_version}/variables

Update

put

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

type

string

key

string

value

fallback

string

date_format

string

secret

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

variablestringRequired

The variable identifier.

Body
typestringOptional
keystring · min: 1Optional
valuestring · max: 1024Optional
fallbackstring · max: 1024 · nullableOptional
date_formatstring · nullableOptional
secretstringOptional
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/virtual-environment-versions/{virtual_environment_version}/variables/{variable}

Destroy

delete

Delete a variable.

Authorizations
Path parameters
virtual_environment_versionstringRequired

The virtual environment version identifier.

variablestringRequired

The variable identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/virtual-environment-versions/{virtual_environment_version}/variables/{variable}

Last updated

Was this helpful?