Palo Alto Networks Resource Explorer API
### Where Do I Find the RRN For My Resource? You can find the RRN for a resource in the URL when you view that resource in the Prisma Cloud Resource explorer. The following is an example of such a URL. The RRN is in the URL query string. ``` https://app.prismacloud.io/investigate/details?resourceId=rrn:aws:storageBucket:us-east-1:123456789012:test-bucket ``` ### Account Representation If the **regionId** and **resourceId** are not in the RRN, then the **cloudType** and **resourceType** fields in thr RRN are optional. In this siutation, the RRN identifies an account. Full RRN: ``` rrn:::us-west-1:12345678901:i-ABCDEFGH ``` Abridged RRN: ``` rrn::::12345678901 ```