Get Terraform Job Record
GET/v1/terraform/terraform_job_record/:job_id
Get a terraform job record
Request
Path Parameters
job_id uuidrequired
The terraform job record ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
terraform_vm_region_id uuidrequired
The region ID of the region selected for the terraform job.
terraform_vm_disk_id uuidrequired
The disk ID of the disk selected for the terraform job.
terraform_vm_size_id uuidrequired
The size ID of the size selected for the terraform job.
terraform_vm_resource_group_id uuidrequired
The resource group ID of the resource group selected for the terraform job.
terraform_vm_operating_system_id uuidrequired
The operating system ID of the operating system selected for the terraform job.
terraform_user_name Terraform User Name (string)required
Possible values: non-empty and <= 64 characters
The name of the user that was logged in for the terraform job.
terraform_job_timestamp date-timerequired
The name of the user that was logged in for the terraform job.
terraform_job_raw_json Terraform Job Raw Json (string)required
Possible values: non-empty
Raw JSON data sent from portal.
terraform_job_record_id uuidrequired
{
"terraform_vm_region_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terraform_vm_disk_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terraform_vm_size_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terraform_vm_resource_group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terraform_vm_operating_system_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terraform_user_name": "string",
"terraform_job_timestamp": "2024-07-29T15:51:28.071Z",
"terraform_job_raw_json": "string",
"terraform_job_record_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...