Prisma Cloud: How do we pull details regarding external IPs for Azure VM's via RQL
925
Created On 10/31/22 18:22 PM - Last Modified 07/12/24 16:52 PM
Question
How do we pull details regarding external IPs for Azure VM's via RQL?
Environment
- Prisma Cloud
- RQL
Answer
- GUI: Log into Prisma Cloud Console > Investigate > Search the RQL which will give the desired results.
- For more details on the resource you can click the 'Resouce Config' to see the JSON data.
Note: Below RQL is for your reference.
config from cloud.resource where cloud.type = 'azure' AND api.name = 'azure-network-public-ip-address' and json.rule = properties.ipAddress exists addcolumn properties.ipAddress
Additional Information
Prisma Cloud Resource Query Language (RQL)