Cell-Group - Distributed Secure Internet GateWay API References (1.5.0)

Download OpenAPI specification:Download

Cell-Groups specifies the group of Cells having the same policy.

Authentication

X-Auth-Token

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

cell-group

Get Cell-Groups

Get Cell-Group 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 resource.

name
string ^[a-zA-Z0-9-_]{1,255}$

A name of the resource.

header Parameters
X-Auth-Token
required
string

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

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

Response samples

Content type
Copy
Expand all Collapse all
{
  • "cellGroups":
    [
    ]
}

Create Cell-Group

Create a Cell-Group resource.

Authorizations:
header Parameters
X-Auth-Token
required
string

The keystone token.

Request Body schema: application/json
cellGroup
required
object (CellGroupCreateRequest)

CellGroup create request object.

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

post/v1/cell-groups
https://api.ntt.com/dsigw-erg/v1/cell-groups

Request samples

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

Response samples

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

Get Cell-Group Details

Get a Cell-Group resource.

Authorizations:
path Parameters
cell_group_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

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/v1/cell-groups/{cell_group_id}
https://api.ntt.com/dsigw-erg/v1/cell-groups/{cell_group_id}

Response samples

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

Update Cell-Group

Update a Cell-Group resource.

Authorizations:
path Parameters
cell_group_id
required
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$
header Parameters
X-Auth-Token
string ^[a-fA-F0-9]{32}$
Request Body schema: application/json
cellGroup
required
object (CellGroupUpdateRequest)

CellGroup update request schema.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

patch/v1/cell-groups/{cell_group_id}
https://api.ntt.com/dsigw-erg/v1/cell-groups/{cell_group_id}

Request samples

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

Response samples

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

Delete Cell-Group

Delete a Cell-Group resource.

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

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

delete/v1/cell-groups/{cell_group_id}
https://api.ntt.com/dsigw-erg/v1/cell-groups/{cell_group_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "errorCode": 400,