operation

Summary

This data type are included API response as below.
  • list operation


DATE TYPE

Contents

Parameter

Description

DATATYPE

operations

Array

id

It identifies operation uniquely.

String(8)

resource_id

It identifies target resource uniquely.

String(UUID)

resource_type

It identifies resource_type of resource_id.

String

service_type

It identifies target service

String

request_type

type of request.

String(Create, Update, Delete)

phase

operation phase.

String(prepare_resource,approve_resource,disapprove_resource,update_resource,delete_resource)

operation_status

Status of phase.

String(processing,complete,error)

reception_datetime

Datetime when registered in operation. YYYY-MM-DD HH:MM:SS

Datetime

commit_datetime

Datetime when operation completed. YYYY-MM-DD HH:MM:SS

Datetime

request_body

Stored the request body when executing connection API.

Object

error

Contain error description if the operation encountered failure

Object