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
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
- 200
- 400
- 401
- 403
- 404
- 500
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
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
- Payload
application/json
{- "accountId": "1234567890",
- "action": "bypass",
- "awsRegion": "us-west-2"
}
Response samples
- 202
- 400
- 401
- 403
- 409
- 500
application/json
{- "message": "Request accepted"
}