├── .gitignore ├── CONTRIBUTING.md ├── Collection_Runner ├── Bulk_Add_Cloud_Accounts │ ├── AWS │ │ ├── Bulk_Add_AWS_Accounts_CSV_CollectionRunner.postman_collection.json │ │ ├── README.md │ │ └── example_aws_accounts_input.csv │ └── Azure │ │ ├── Bulk_Add_Azure_Subscriptions_CSV_CollectionRunner.postman_collection.json │ │ ├── README.md │ │ └── example_azure_subscriptions_input.csv ├── Bulk_Add_User_CSV │ ├── Bulk_Add_User_CSV_CollectionRunner.postman_collection.json │ ├── README.md │ └── example_user_input.csv ├── Bulk_Alerts_Download │ └── Bulk_Alerts_Download.postman_collection.json ├── Bulk_Archive_Compute_Incidents │ ├── Bulk_Archive_Compute_Incidents.postman_collection.json │ ├── README.md │ └── example_event_archive.csv └── README.md ├── Compute Console.postman_collection.json ├── Identity based Microsegmentation.postman_collection.json ├── Images ├── Env1.png ├── Env2.png ├── Env3.png ├── Import1.png ├── Import2.png ├── Import3-ori.png ├── import3.png ├── userpassafter.png └── userpassbefore.png ├── LICENSE ├── Prisma Cloud.postman_collection.json ├── Prisma Cloud.postman_environment.json ├── README.md └── SUPPORT.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/Bulk_Add_AWS_Accounts_CSV_CollectionRunner.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/Bulk_Add_AWS_Accounts_CSV_CollectionRunner.postman_collection.json -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/README.md -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/example_aws_accounts_input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/AWS/example_aws_accounts_input.csv -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/Bulk_Add_Azure_Subscriptions_CSV_CollectionRunner.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/Bulk_Add_Azure_Subscriptions_CSV_CollectionRunner.postman_collection.json -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/README.md -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/example_azure_subscriptions_input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_Cloud_Accounts/Azure/example_azure_subscriptions_input.csv -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_User_CSV/Bulk_Add_User_CSV_CollectionRunner.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_User_CSV/Bulk_Add_User_CSV_CollectionRunner.postman_collection.json -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_User_CSV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_User_CSV/README.md -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Add_User_CSV/example_user_input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Add_User_CSV/example_user_input.csv -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Alerts_Download/Bulk_Alerts_Download.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Alerts_Download/Bulk_Alerts_Download.postman_collection.json -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Archive_Compute_Incidents/Bulk_Archive_Compute_Incidents.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Archive_Compute_Incidents/Bulk_Archive_Compute_Incidents.postman_collection.json -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Archive_Compute_Incidents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Archive_Compute_Incidents/README.md -------------------------------------------------------------------------------- /Collection_Runner/Bulk_Archive_Compute_Incidents/example_event_archive.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/Bulk_Archive_Compute_Incidents/example_event_archive.csv -------------------------------------------------------------------------------- /Collection_Runner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Collection_Runner/README.md -------------------------------------------------------------------------------- /Compute Console.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Compute Console.postman_collection.json -------------------------------------------------------------------------------- /Identity based Microsegmentation.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Identity based Microsegmentation.postman_collection.json -------------------------------------------------------------------------------- /Images/Env1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Env1.png -------------------------------------------------------------------------------- /Images/Env2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Env2.png -------------------------------------------------------------------------------- /Images/Env3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Env3.png -------------------------------------------------------------------------------- /Images/Import1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Import1.png -------------------------------------------------------------------------------- /Images/Import2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Import2.png -------------------------------------------------------------------------------- /Images/Import3-ori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/Import3-ori.png -------------------------------------------------------------------------------- /Images/import3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/import3.png -------------------------------------------------------------------------------- /Images/userpassafter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/userpassafter.png -------------------------------------------------------------------------------- /Images/userpassbefore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Images/userpassbefore.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/LICENSE -------------------------------------------------------------------------------- /Prisma Cloud.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Prisma Cloud.postman_collection.json -------------------------------------------------------------------------------- /Prisma Cloud.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/Prisma Cloud.postman_environment.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/README.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/pcs-postman/HEAD/SUPPORT.md --------------------------------------------------------------------------------