Prisma Cloud website screenshot

Prisma Cloud

Prisma Cloud by Palo Alto Networks is a comprehensive cloud-native security platform that provides full lifecycle protection for applications across multi-cloud and hybrid environments. It covers cloud security posture management, workload protection, identity security, and code security.

1 APIs 0 Features
Cloud NativeCloud SecurityComplianceContainersCSPMSecurity

APIs

Prisma Cloud

Prisma Cloud by Palo Alto Networks provides comprehensive cloud native security across the full application lifecycle, including vulnerability management, compliance, runtime pr...

Collections

Pricing Plans

Rate Limits

Prisma Cloud Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrganization
GitHubOrganization
💰
Pricing
Pricing
📰
Blog
Blog
🟢
StatusPage
StatusPage
🔗
MCPServer
MCPServer

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Prisma Cloud CSPM API (Authentication)
  version: '1.0'
request:
  auth:
    type: apikey
    key: x-redlock-auth
    value: '{{x-redlock-auth}}'
    placement: header
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Log in and obtain a JWT
      type: http
    http:
      method: POST
      url: https://{stack}.prismacloud.io/login
      body:
        type: json
        data: '{}'
    docs: 'Exchanges an Access Key ID and Secret Key for a short-lived (10 minute)

      JSON Web Token used to authenticate subsequent Prisma Cloud API calls.

      '
  - info:
      name: Extend (refresh) the JWT
      type: http
    http:
      method: GET
      url: https://{stack}.prismacloud.io/auth_token/extend
      auth:
        type: apikey
        key: x-redlock-auth
        value: '{{x-redlock-auth}}'
        placement: header
    docs: 'Refreshes the current JWT before it expires. Must be called with a still-valid

      token; if the token has already expired the caller must re-authenticate via

      POST /login.

      '
bundled: true