Operation

Summary

This data type are included API response as below.
  • List Operation

  • Show Operation


DATE TYPE

Contents

Parameter

Description

DATATYPE

FORMAT

ENUM

operations

Array<Object>

-

-

operation

Object

-

-

id

Unique ID of the VNA Resource

String

Hyph-uuid

-

resource_id

It identifies a resource uniquely.

String

Hyph-uuid

-

resource_type

Type of resource

String

String(0-255)

["ECL::VirtualNetworkAppliance::VSRX"]

request_id

A request_id to identify requests.

String

Hyph-uuid

-

request_type

Type of request

String

String(0-255)

["Create", "Update", "Delete", "Action"]

request_body

Stored the request body when executing API.

Object

-

-

status

Status of phase

String

String(0-255)

["PROCESSING", "STUCK", "COMPLETE", "ERROR"]

reception_datetime

Reception datetime of the executed API. Time zone is represented as UTC.

String

Date

-

commit_datetime

Commit datetime of the executed API. Time zone is represented as UTC.

String

Date

-

warning

String

String

-

error

String

String

-

tenant_id

Tenant ID of the owner (UUID)

String

Non-Hyph-uuid

-

FORMAT

Contents

FORMAT

REGEX

Hyph-uuid

/^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$/

Non-Hyph-uuid

/^[a-fA-F0-9]{32}$/

String(0-255)

/^[a-zA-Z0-9 !"#$%&'()*+,-./:;<=>?@[]^_`{|}~]{0,255}$/

Date

/^[0-9]{4}-(0[1-9]{1}|1[0-2]{1})-(0[1-9]|[1-2][0-9]|3[0-1]) (0[0-9]|1[0-9]|2[0-3]):(0[0-9]|[1-5][0-9]):(0[0-9]|[1-5][0-9])$/