Skip to content

Latest commit

 

History

History
341 lines (242 loc) · 10.2 KB

exec-env-type.rst

File metadata and controls

341 lines (242 loc) · 10.2 KB

Execution Environment Type

Describes the type of the exec-env including additional info.

Each execution environment belongs to a specific type that is referred with the type_id field (see exec-env-create).

Schema

Field Type Required Readonly Auto Managed Example
id String True True False vm
name String True False False Virtual Machine
description String False False False The service is deployed in virtual machine.

Warning

  • It is not possible to update readonly fields.
  • it is not possible to set the auto managed fields.

Note

  • id is required but it is auto-generated if not provided. It is recommended to provide a friendly for simplify the retrieve of connected date in other indices.

Create

To create a new execution environment type use the following REST (Representational State Transfer) call:

Read

To get the list of execution environment types:

Update

To update an execution environment type, use:

Delete

To delete an execution environment type, use:

Loaded data

This data is already available: