Operation - Flexible Security Service API References (1.0.0)

Download OpenAPI specification:Download

Operaion is the user's resource 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 operaion.

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

The resource ID for the operation.

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

The ID of the Service Group to which the resource belongs.

resourceType
string

A type of resource the operation applied.

status
string
Enum: "PROCESSING" "COMPLETE" "ERROR" "STUCK"

A status of the operation.

requestType
string
Enum: "CREATE" "DELETE" "UPDATE"

A request type of the operation.

limit
integer [ 1 .. 100 ]

The maximum number of operations to return.

offset
integer >= 0

The number of operations to skip before starting to return the operations.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

get/v1/operations
https://api.ntt.com/fsec-ers/v1/operations

Response samples

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

Get Operation

Get 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}$

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

503

Service Unavailable

get/v1/operations/{operation_id}
https://api.ntt.com/fsec-ers/v1/operations/{operation_id}

Response samples

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