User-Id-Agent - Flexible Secure Gateway API References (1.5.0)

Download OpenAPI specification:Download

User-ID agents.

Authentication

X-Auth-Token

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

user-id-agent

Get User-Id-Agent

Get User-Id-Agent 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.

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

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/v1/user-id-agents
https://api.ntt.com/dsigw-erg/v1/user-id-agents

Response samples

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

Create User-Id-Agent

Create a User-Id-Agent resource.

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

The keystone token.

Request Body schema: application/json
userIdAgent
required
object (UserIdAgentCreateRequest)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

post/v1/user-id-agents
https://api.ntt.com/dsigw-erg/v1/user-id-agents

Request samples

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

Response samples

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

Get User-Id-Agent Details

Get a User-Id-Agent resource.

Authorizations:
path Parameters
user_id_agent_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 ^[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/user-id-agents/{user_id_agent_id}
https://api.ntt.com/dsigw-erg/v1/user-id-agents/{user_id_agent_id}

Response samples

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

Update User-Id-Agent

Update a User-Id-Agent resource.

Authorizations:
path Parameters
user_id_agent_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 ^[a-fA-F0-9]{32}$
Request Body schema: application/json
userIdAgent
required
object (UserIdAgentUpdateRequest)

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

patch/v1/user-id-agents/{user_id_agent_id}
https://api.ntt.com/dsigw-erg/v1/user-id-agents/{user_id_agent_id}

Request samples

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

Response samples

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

Delete User-Id-Agent

Delete a User-Id-Agent resource.

Authorizations:
path Parameters
user_id_agent_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 ^[a-fA-F0-9]{32}$

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

delete/v1/user-id-agents/{user_id_agent_id}
https://api.ntt.com/dsigw-erg/v1/user-id-agents/{user_id_agent_id}

Response samples

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