vPort FIC Connection - Flexible Security Service API References (1.0.0)

Download OpenAPI specification:Download

FIC coonection connects Flexible Sercurity Service to FIC.

Authentication

X-Auth-Token

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

vport-fic-connection

Get FIC connection

Get FIC connection 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.

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

The ID of the connection destination.

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

The service ID of the resource.

tenantId
string ^[a-fA-F0-9]{32}$

ID of the tenant to which the resource belongs.

serviceType
string
Value: "FRA"

The resource type of the connection destination.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

get/v1/vport-fic-connections
https://api.ntt.com/fsec-ers/v1/vport-fic-connections

Response samples

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

Get FIC connection

Get FIC connection resources.

Authorizations:
Request Body schema: application/json
ficConnection
required
object (FicConnectionCreateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

post/v1/vport-fic-connections
https://api.ntt.com/fsec-ers/v1/vport-fic-connections

Request samples

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

Response samples

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

Get FIC connection

Get FIC connection resource.

Authorizations:
path Parameters
fic_connection_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/vport-fic-connections/{fic_connection_id}
https://api.ntt.com/fsec-ers/v1/vport-fic-connections/{fic_connection_id}

Response samples

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

Update FIC connection

Update FIC connection resource.

Authorizations:
path Parameters
fic_connection_id
required
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$
Request Body schema: application/json
ficConnection
required
object (FicConnectionUpdateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

503

Service Unavailable

patch/v1/vport-fic-connections/{fic_connection_id}
https://api.ntt.com/fsec-ers/v1/vport-fic-connections/{fic_connection_id}

Request samples

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

Response samples

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

Delete FIC connection

Delete FIC connection resource.

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

Responses

202

OK

400

Bad Request

401

Unauthorized

404

Not Found

409

Conflict

500

Internal Server Error

503

Service Unavailable

delete/v1/vport-fic-connections/{fic_connection_id}
https://api.ntt.com/fsec-ers/v1/vport-fic-connections/{fic_connection_id}

Response samples

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