Network Security with hosted infrastructure

Get inspection bypass status in an AWS region.Deprecated

get/nsaas/inspection-bypass

Get inspection bypass status in an AWS region.

SecurityTrend Micro Cloud One API Key
Request
query Parameters
accountId
required
string

Trend Micro Cloud One account ID

Example: accountId=1234567890
awsRegion
required
string

AWS region

Example: awsRegion=us-west-2
Responses
200

Successfully retrieved the status of the inspection bypass service.

400

This request is invalid.

401

Insufficient permissions to complete request.

403

Forbidden.

404

Data not found.

500

Internal server error.

Response samples
application/json
{
  • "accountId": "1234567890",
  • "action": "inspect",
  • "awsRegion": "us-west-2",
  • "error": "string",
  • "initiateByCustomer": true,
  • "initiatorAccountId": "1234567890",
  • "status": "success",
  • "updateTime": "string"
}

Appliance inspection bypass request in an AWS region.Deprecated

put/nsaas/inspection-bypass

Appliance inspection bypass request in an AWS region.

SecurityTrend Micro Cloud One API Key
Request
Request Body schema: application/json

Request body

accountId
required
string

Trend Micro Cloud One account ID

action
required
string

Inspect or bypass traffic for all Network Security endpoints within a specified AWS account and AWS region.

Enum: "bypass" "inspect"
awsRegion
required
string

AWS region

Responses
202

Appliance inspection bypass request is accepted.

400

This request is invalid.

401

Insufficient permissions to complete request.

403

Forbidden.

409

Inspection bypass task conflict.

500

Internal server error.

Request samples
application/json
{
  • "accountId": "1234567890",
  • "action": "bypass",
  • "awsRegion": "us-west-2"
}
Response samples
application/json
{
  • "message": "Request accepted"
}