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.
Manage Appliance Deployment Tokens for appliance registration/unregistration
Create a new Appliance Deployment Token for appliances registration/unregistration.
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.
Successfully created the Appliance Deployment Token
Bad Request
Unauthorized
Forbidden
- 200
{- "token": "string"
}
Retrieve the Appliance Deployment 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.
Successfully retrieved the Appliance Deployment Token
Bad Request
Unauthorized
Forbidden
- 200
{- "token": "string"
}