How to set or update the license for Prisma Cloud Compute Console

How to set or update the license for Prisma Cloud Compute Console

4019
Created On 02/12/23 18:33 PM - Last Modified 11/21/24 18:47 PM


Objective


The objective of this article is to help you assign/set license for your self-hosted Prisma Compute console using Prisma Cloud API, specially when the user interface is lagging or errors out while setting a new license post renewal of the license and so on.

Environment


  • Prisma Cloud Compute Console - Self-hosted


Procedure


Follow the steps mentioned below to set credentials as well as license for your Compute console:
  • Create your username and password using the following POST request:
        curl -k   -H 'Content-Type: application/json'  -X POST   -d '{"username": "admin", "password": "password"}'   https://<CONSOLE>/api/v1/signup  
  • Use the following curl command/syntax to send a POST request to the API for setting the license:
        curl  -k  -u <USER>  -H 'Content-Type: application/json'  -X POST  -d '{"key": "<LICENSE_KEY>"}'   https://<CONSOLE>:8083/api/v1/settings/license​​​​​​


Additional Information




Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000sasCCAQ&lang=en_US&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language