Console URL for Prisma Cloud Compute

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Console URL for Prisma Cloud Compute

L0 Member

While following the documentation at https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_ama... to connect AWS account to Prisma Cloud Compute, I'm having errors in Curl commands with regards to the Console URL.

 

  1. Retrieving Service parameter from the Prisma Cloud API

 

curl -k \

  -u <USER> \

  -H 'Content-Type: application/json' \

  -X GET \

  <CONSOLE>/api/v1/certs/service-parameter \

  -o service-parameter

 

 

CONSOLE  https://us-west1.cloud.twistlock.com/us-3-159178606 (as per documentation)

 

2. Retrieve the certificate bundle from the Prisma Cloud API

 

curl -k \
-u <USER>
-H 'Content-Type: application/json'
-X GET
<CONSOLE>/api/v1/defenders/install-bundle?consoleaddr=<CONSOLE_CONN>
| jq -r '.installBundle'

 

CONSOLE  https://us-west1.cloud.twistlock.com/us-3-159178606

CONSOLE_CONN  us-west1.cloud.twistlock.com/us-3-159178606

 

Please provide the correct URLs for CONSOLE and CONSOLE_CONN in both the cases.

1 REPLY 1

L1 Bithead

Hi,

You can find this by going to manage -system - downloads

  • 4872 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!