Operation - Flexible Secure Gateway API References (1.5.0)

Download OpenAPI specification:Download

Operation is a resource of operation history.

Authentication

X-Auth-Token

Security Scheme Type API Key
Header parameter name: {keystone_token}

operation

Get Operation

Get Operation Resources.

Authorizations:
query Parameters
id
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The ID of the Operation.

resourceId
string

The ID of resource the operation applied.

resourceType
string

A type of resource the operation applied.

requestType
string

A type of request.

status
string

A status of the operation.

cellGroupId
string

The Cell-Group ID which the resource belongs.

configVersion
string

Updated ConfigVersion by the operation.

configVersionFrom
string

Only config histories whose version is bigger than that of user specified.

configVersionTo
string

Only config histories whose version is smaller than that of user specified.

tenantId
string

The tenant ID which the resource belongs.

limit
integer

Maximum number of listed items.

offset
integer

The offset number of listed items.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/v1/operations
https://api.ntt.com/dsigw-erg/v1/operations

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "operations":
    [
    ]
}

Get Operation Details

Get a Operation Resource.

Authorizations:
path Parameters
operation_id
required
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$
header Parameters
X-Auth-Token
required
string ^[a-fA-F0-9]{32}$

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/v1/operations/{operation_id}
https://api.ntt.com/dsigw-erg/v1/operations/{operation_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "operation":
    {
    }
}