Vpn Account - Flexible Security Service API References (1.2.1)

Download OpenAPI specification:Download

Vpn account create a remote access user only once.

Authentication

X-Auth-Token

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

vpn-account

Create vpn account

Create remote access vpn user and apply config

Authorizations:
Request Body schema: application/json
vpnAccount
required
object (VpnAccountCreateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

post/v1/vpn-account
https://api.ntt.com/fsec-ers/v1/vpn-account

Request samples

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

Response samples

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

Create vpn account

Create remote access vpn user and apply config

Authorizations:
Request Body schema: application/json
vpnAccountBulk
required
object (VpnAccountBulkCreateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

post/v1/vpn-account/bulk
https://api.ntt.com/fsec-ers/v1/vpn-account/bulk

Request samples

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

Response samples

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