Network Security API (2023-11-09)

Download OpenAPI specification:Download

Integrate Network Security APIs with your virtual environment and automated workflows to manage security and appliance configurations.

Appliance Deployment Tokens

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 during Network Security virtual appliance registration and unregistration. There can only be one appliance deployment token per Cloud One account per region. If a token already exists for a Cloud One account in that region, calling this API invalidates the old token and a new token is created. New tokens do not impact Network Security virtual appliances registered using a previous appliance deployment token. Do not publicly share your appliance deployment token or store it in source code.

SecurityTrend Micro Cloud One API Key
Responses
200

Successfully created the Appliance Deployment Token

400

Bad Request

401

Unauthorized

403

Forbidden

Response samples
application/json
{
  • "token": "string"
}

Retrieve the Appliance Deployment Token

get/appliance-registration/token

Retrieve the Appliance Deployment Token. Do not publicly share your appliance deployment token or store it in source code. Get the latest token using this API, or create a new token if yours is publicly shared.

SecurityTrend Micro Cloud One API Key
Responses
200

Successfully retrieved the Appliance Deployment Token

400

Bad Request

401

Unauthorized

403

Forbidden

Response samples
application/json
{
  • "token": "string"
}