Preferred-Cell - Flexible Secure Gateway API References (1.5.0)

Download OpenAPI specification:Download

Preferred-cells describes that the specific Cell is preferred using IP Prefix.

Authentication

X-Auth-Token

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

preferred-cell

Get Preferred-Cells

Get Preferred-Cell 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,15}$

A name of the resource.

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

The ID of the Cell to which packets from the networks are mainly sent.

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

The Cell-Group ID which the resource belongs.

srcAddr
string ^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\/(3[0-2]|2[0-9]|1[0-9]|[0-9])$

User networks to which apply this geo ip rule.

header Parameters
X-Auth-Token
required
string ^[a-fA-F0-9]{32}$

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

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

Response samples

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

Create Preferred-Cells

Create a Preferred-Cell resource.

Authorizations:
header Parameters
X-Auth-Token
required
string ^[a-fA-F0-9]{32}$

The keystone token.

Request Body schema: application/json
preferredCell
required
object (PreferredCellCreateRequest)

A Preferred-Cell object.

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

post/v1/preferred-cells
https://api.ntt.com/dsigw-erg/v1/preferred-cells

Request samples

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

Response samples

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

Get Preferred-Cell Details

Get a Preferred-Cell resource.

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

The ID of the resource.

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/preferred-cells/{preferred_cell_id}
https://api.ntt.com/dsigw-erg/v1/preferred-cells/{preferred_cell_id}

Response samples

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

Update Preferred-Cell

Update a Preferred-Cell resource.

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

The ID of the resource.

header Parameters
X-Auth-Token
required
string ^[a-fA-F0-9]{32}$

The keystone token.

Request Body schema: application/json
preferredCell
required
object (PreferredCellUpdateRequest)

A Preferred-Cell object.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

patch/v1/preferred-cells/{preferred_cell_id}
https://api.ntt.com/dsigw-erg/v1/preferred-cells/{preferred_cell_id}

Request samples

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

Response samples

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

Delete Preferred-Cell

Delete a Preferred-Cell resource.

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

The ID of the resource.

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

delete/v1/preferred-cells/{preferred_cell_id}
https://api.ntt.com/dsigw-erg/v1/preferred-cells/{preferred_cell_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "errorCode": 400,
  • "errorMessage": "Invalid request",
  • "moreInfo": "{{moreInfo}}"
}