What is the API End Point for Prisma Access Lab tenant to retrieve IP addresses?
2781
Created On 10/07/22 00:59 AM - Last Modified 05/21/25 02:57 AM
Question
What is the API End Point for Prisma Access Lab tenant to retrieve IP addresses?
Environment
- Prisma Access
- Prisma Access Panorama Managed
- Prisma Access Cloud Managed
- IP addresses of Prisma Access
Answer
- The api_end_point for prisma access lab tenants is mentioned below:
https://api.lab.datapath.prismaaccess.com/getPrismaAccessIP/v2
- So, enter the following curl command to retrieve IP addresses of Prisma Access Lab tenants:
curl -X POST --data @option.txt -H header-api-key:Current-API-Key "https://api.lab.datapath.prismaaccess.com/getPrismaAccessIP/v2"
- Specify the options in the .txt file in the following format:
{
"serviceType": "service-type",
"addrType": "address-type",
"location": "location"
}
"serviceType": "service-type",
"addrType": "address-type",
"location": "location"
}
Additional Information
For more information to retrieve the IP Addresses please check Admin Guide.