Manage Appliance Deployment Tokens for appliance registration/unregistration
Create a new Appliance Deployment Token for appliances registration/unregistration.
post/appliance-registration/token
Appliance Deployment Tokens are used for Network Security appliance registration/unregistration. There can be only one Appliance Deployment Token per Trend Micro Cloud One account. In case an Appliance Deployment Token already exists for a Trend Micro Cloud One account, calling this API will invalidate the old Appliance Deployment Token and a new Appliance Deployment Token will be created and must be used for Network Security appliance registration/unregistration. There will be no impact to already registered Network Security appliances using previous Appliance Deployment Token.
Request
Security:
Responses
200
Successfully created the Appliance Deployment Token
400
Bad Request
401
Unauthorized
403
Forbidden
Response samples
- 200
application/json
{- "token": "string"
}