added
Tenable MSSP: Logo Management
over 4 years ago by Lance Duvall
You can now use the Tenable Managed Security Service Provider (MSSP) API to manage the logos of your customer's instances. By default, the Tenable logo appears in the header of your customer's instances. The logo endpoints enable you to replace the Tenable logo with a logo appropriate to a customer's business context. You can use the new logo endpoints to add, assign, and delete logos. For more information about logos in the Tenable MSSP Portal, see Logos in Tenable Managed Security Service Provider (MSSP) User Guide.
The new endpoints are described in the following table:
Endpoint | Name | Description |
---|---|---|
POST /mssp/logos | Add logo | Adds a logo to the Tenable MSSP Portal. After you add a logo to the Tenable MSSP Portal, use the PUT /mssp/accounts/logos endpoint to assign the logo to a customer account. |
GET /mssp/logos | List logos | Returns a list of logos you have uploaded to the Tenable MSSP Portal. |
GET /mssp/logos/{logo_uuid} | Get logo details | Returns details for the specified logo in the Tenable MSSP Portal. |
PATCH /mssp/logos/{logo_uuid} | Update logo | Updates a logo in the Tenable MSSP Portal. This update overwrites the existing logo. |
DELETE /mssp/logos/{logo_uuid} | Delete logo | Deletes the specified logo in the Tenable MSSP Portal. |
PUT /mssp/accounts/logos | Assign logo | Assigns a logo to one or more customer accounts in the Tenable MSSP Portal. |
GET /mssp/logos/{logo_uuid}/logo.png | Download logo (PNG) | Returns a logo file in PNG format. |
GET /mssp/logos/{logo_uuid}/logo.base64 | Download logo (Base64) | Returns a logo file in Base64 format. |