Palo Alto Networks Cloud Ingested Logs API

The Cloud Ingested Logs API from Palo Alto Networks — 5 operation(s) for cloud ingested logs.

Operations 7

GET /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config Get AWS Eventbridge configuration details #
PUT /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config Update AWS Eventbridge configuration #
GET /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config/status Get AWS Eventbridge config status #
GET /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config/cft_download Generate AWS Eventbridge CFT #
GET /cloud-accounts-manager/v1/cloud-accounts/aws/{accountId}/features/aws-flow-logs/s3 Fetch AWS S3 Flow Log details #
PATCH /cloud-accounts-manager/v1/cloud-accounts/aws/{accountId}/features/aws-flow-logs/s3 Save AWS S3 Flow Log details #
POST /cloud-accounts-manager/v1/cloud-accounts/aws/{accountId}/features/aws-flow-logs/s3/status Check AWS S3 Flow Log status #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/palo-alto-networks-cloud-ingested-logs-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

palo-alto-networks-cloud-ingested-logs-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Palo Alto Networks Cloud Ingested Logs API
  version: '1.0'
  description: 'Operations tagged Cloud Ingested Logs across 2 of this provider''s published API definitions: palo-alto-cspm-eventbridgemicroservice-openapi.json, palo-alto-cspm-onboardingawss3flowlogs-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.prismacloud.io
- url: https://api2.prismacloud.io
- url: https://api3.prismacloud.io
- url: https://api4.prismacloud.io
- url: https://api.anz.prismacloud.io
- url: https://api.eu.prismacloud.io
- url: https://api2.eu.prismacloud.io
- url: https://api.gov.prismacloud.io
- url: https://api.prismacloud.cn
- url: https://api.ca.prismacloud.io
- url: https://api.sg.prismacloud.io
- url: https://api.uk.prismacloud.io
- url: https://api.ind.prismacloud.io
- url: https://api.jp.prismacloud.io
- url: https://api.fr.prismacloud.io
tags:
- name: Cloud Ingested Logs
paths:
  /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config:
    get:
      tags:
      - Cloud Ingested Logs
      summary: Get AWS Eventbridge configuration details
      description: Returns AWS Eventbridge configuration details for a given account
      operationId: get-eventbridge-configuration-details
      parameters:
      - name: tenantId
        in: path
        required: true
        schema:
          type: integer
          format: int64
          example: null
      - name: accountId
        in: path
        required: true
        schema:
          type: string
          example: null
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AwsEventBridgeConfigRuleView'
              example: null
        '401':
          description: Unauthorized Access
          content:
            '*/*':
              schema:
                type: object
                example: null
              example: null
      x-public: 'true'
      security:
      - x-redlock-auth: []
    put:
      tags:
      - Cloud Ingested Logs
      summary: Update AWS Eventbridge configuration
      description: Updates AWS Eventbridge configuration for a given account
      operationId: save-or-update-eventbridge-config
      parameters:
      - name: tenantId
        in: path
        required: true
        schema:
          type: integer
          format: int64
          example: null
      - name: accountId
        in: path
        required: true
        schema:
          type: string
          example: null
      responses:
        '200':
          description: OK
          content:
            application/json:
              example: null
        '401':
          description: Unauthorized Access
          content:
            '*/*':
              schema:
                type: array
                example: null
                items:
                  $ref: '#/components/schemas/AuditLogsConfigStatusComponent'
              example: null
      x-public: 'true'
      security:
      - x-redlock-auth: []
    servers:
    - url: https://api.prismacloud.io
    - url: https://api2.prismacloud.io
    - url: https://api3.prismacloud.io
    - url: https://api4.prismacloud.io
    - url: https://api.anz.prismacloud.io
    - url: https://api.eu.prismacloud.io
    - url: https://api2.eu.prismacloud.io
    - url: https://api.gov.prismacloud.io
    - url: https://api.prismacloud.cn
    - url: https://api.ca.prismacloud.io
    - url: https://api.sg.prismacloud.io
    - url: https://api.uk.prismacloud.io
    - url: https://api.ind.prismacloud.io
    - url: https://api.jp.prismacloud.io
    - url: https://api.fr.prismacloud.io
  /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config/status:
    get:
      tags:
      - Cloud Ingested Logs
      summary: Get AWS Eventbridge config status
      description: Returns AWS Eventbridge configuration status for a given account
      operationId: get-eventbridge-configuration-status
      parameters:
      - name: tenantId
        in: path
        required: true
        schema:
          type: integer
          format: int64
          example: null
      - name: accountId
        in: path
        required: true
        schema:
          type: string
          example: null
      responses:
        '401':
          description: Unauthorized Access
          content:
            '*/*':
              schema:
                type: object
                example: null
              example: null
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuditLogsConfigStatusComponent'
              example: null
      x-public: 'true'
      security:
      - x-redlock-auth: []
    servers:
    - url: https://api.prismacloud.io
    - url: https://api2.prismacloud.io
    - url: https://api3.prismacloud.io
    - url: https://api4.prismacloud.io
    - url: https://api.anz.prismacloud.io
    - url: https://api.eu.prismacloud.io
    - url: https://api2.eu.prismacloud.io
    - url: https://api.gov.prismacloud.io
    - url: https://api.prismacloud.cn
    - url: https://api.ca.prismacloud.io
    - url: https://api.sg.prismacloud.io
    - url: https://api.uk.prismacloud.io
    - url: https://api.ind.prismacloud.io
    - url: https://api.jp.prismacloud.io
    - url: https://api.fr.prismacloud.io
  /audit_logs/v2/tenant/{tenantId}/aws_accounts/{accountId}/eventbridge_config/cft_download:
    get:
      tags:
      - Cloud Ingested Logs
      summary: Generate AWS Eventbridge CFT
      description: Generates Eventbridge CFT for a given AWS account
      operationId: generate-eventbridge-cft
      parameters:
      - name: tenantId
        in: path
        required: true
        schema:
          type: integer
          format: int64
          example: null
      - name: accountId
        in: path
        required: true
        schema:
          type: string
          example: null
      responses:
        '401':
          description: Unauthorized Access
          content:
            '*/*':
              schema:
                type: object
                example: null
              example: null
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: string
                example: null
              example: null
      x-public: 'true'
      security:
      - x-redlock-auth: []
    servers:
    - url: https://api.prismacloud.io
    - url: https://api2.prismacloud.io
    - url: https://api3.prismacloud.io
    - url: https://api4.prismacloud.io
    - url: https://api.anz.prismacloud.io
    - url: https://api.eu.prismacloud.io
    - url: https://api2.eu.prismacloud.io
    - url: https://api.gov.prismacloud.io
    - url: https://api.prismacloud.cn
    - url: https://api.ca.prismacloud.io
    - url: https://api.sg.prismacloud.io
    - url: https://api.uk.prismacloud.io
    - url: https://api.ind.prismacloud.io
    - url: https://api.jp.prismacloud.io
    - url: https://api.fr.prismacloud.io
  /cloud-accounts-manager/v1/cloud-accounts/aws/{accountId}/features/aws-flow-logs/s3:
    get:
      description: Fetches AWS S3 Flow Log feature details of monitored account.
      operationId: get-aws-s3-flowlog
      parameters:
      - in: path
        name: accountId
        required: true
        schema:
          type: string
      responses:
        '200':
          content:
            application/json; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/AwsS3FlowLogsModel'
          description: success
        '400':
          description: invalid_parameter_value / bad_request
        '401':
          description: unauthorized_access
        '404':
          description: account_not_exist_or_disabled / AWS Flow Logs S3 feature not configured
      security:
      - x-redlock-auth: []
      summary: Fetch AWS S3 Flow Log details
      tags:
      - Cloud Ingested Logs
    patch:
      description: Saves AWS S3 Flow Log feature details of monitored account.
      operationId: save-aws-s3-flowlog
      parameters:
      - description: 1 Hour format
        in: query
        name: isHourlyFormat
        required: true
        schema:
          type: boolean
      - in: path
        name: accountId
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AwsS3FlowLogsModel'
        description: AWS S3 Flow Logs feature
        required: true
      responses:
        '201':
          description: success
        '400':
          description: invalid_parameter_value / bad_request / missing_required_parameter / Logging account and monitored account are in different partition / logging_account_bucket_not_found / AWS Flow Logs S3 feature not supported for account
        '401':
          description: unauthorized_access
        '404':
          description: account_not_exist_or_disabled / logging_account_not_exists
      security:
      - x-redlock-auth: []
      summary: Save AWS S3 Flow Log details
      tags:
      - Cloud Ingested Logs
    servers:
    - url: https://api.prismacloud.io
    - url: https://api2.prismacloud.io
    - url: https://api3.prismacloud.io
    - url: https://api4.prismacloud.io
    - url: https://api.anz.prismacloud.io
    - url: https://api.eu.prismacloud.io
    - url: https://api2.eu.prismacloud.io
    - url: https://api.gov.prismacloud.io
    - url: https://api.prismacloud.cn
    - url: https://api.ca.prismacloud.io
    - url: https://api.sg.prismacloud.io
    - url: https://api.uk.prismacloud.io
    - url: https://api.ind.prismacloud.io
    - url: https://api.jp.prismacloud.io
    - url: https://api.fr.prismacloud.io
  /cloud-accounts-manager/v1/cloud-accounts/aws/{accountId}/features/aws-flow-logs/s3/status:
    post:
      description: Checks AWS S3 Flow Log status of monitored account.
      operationId: check-aws-s3-flowlog
      parameters:
      - description: 1 Hour format
        in: query
        name: isHourlyFormat
        required: true
        schema:
          type: boolean
      - in: path
        name: accountId
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AwsS3FlowLogsLoggingAccountsModel'
        description: AWS S3 Flow Logs feature
        required: true
      responses:
        '200':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/CloudAccountStatus'
          description: success
        '400':
          description: invalid_parameter_value / bad_request / AWS Flow Logs S3 feature not supported for account
        '401':
          description: unauthorized_access
        '404':
          description: invalid_account_id_format
      security:
      - x-redlock-auth: []
      summary: Check AWS S3 Flow Log status
      tags:
      - Cloud Ingested Logs
    servers:
    - url: https://api.prismacloud.io
    - url: https://api2.prismacloud.io
    - url: https://api3.prismacloud.io
    - url: https://api4.prismacloud.io
    - url: https://api.anz.prismacloud.io
    - url: https://api.eu.prismacloud.io
    - url: https://api2.eu.prismacloud.io
    - url: https://api.gov.prismacloud.io
    - url: https://api.prismacloud.cn
    - url: https://api.ca.prismacloud.io
    - url: https://api.sg.prismacloud.io
    - url: https://api.uk.prismacloud.io
    - url: https://api.ind.prismacloud.io
    - url: https://api.jp.prismacloud.io
    - url: https://api.fr.prismacloud.io
components:
  schemas:
    AwsEventBridgeConfigRuleView:
      type: object
      properties:
        customerPrismaId:
          type: integer
          format: int64
          example: null
        accountId:
          type: string
          example: null
        eventbridgeRuleNamePrefix:
          type: string
          example: null
        status:
          type: string
          example: null
          enum:
          - PENDING
          - ENABLED
          - DISABLED
      example: null
    AuditLogsConfigStatusComponent:
      type: object
      properties:
        component:
          type: string
          example: null
        status:
          type: string
          example: null
        message:
          type: string
          example: null
        remediation:
          type: string
          example: null
        subComponents:
          type: array
          example: null
          items:
            $ref: '#/components/schemas/AuditLogsConfigStatusComponent'
      example: null
    AwsS3FlowLogsLoggingAccountsModel:
      description: Model for AWS S3 Flow Logs Feature Logging Accounts Configuration
      properties:
        awsS3FlowLogsLoggingAccountId:
          description: Logging Account Internal ID
          format: int32
          type: integer
        bucketIds:
          description: List of bucket Ids for the feature
          items:
            format: int32
            type: integer
          type: array
        buckets:
          description: List of buckets for the feature
          items:
            type: string
          type: array
        loggingAccountId:
          description: Account ID of the Logging Account
          type: string
      type: object
    CloudAccountStatus:
      properties:
        id:
          type: string
        name:
          type: string
        status:
          type: string
        statusMessage:
          $ref: '#/components/schemas/AccountStatusMessage'
      type: object
    AccountStatusMessage:
      properties:
        message:
          type: string
        staticMessage:
          type: boolean
      type: object
    AwsS3FlowLogsModel:
      description: Model for AWS S3 Flow Logs Feature Configuration
      properties:
        accountId:
          description: Prisma Account ID from cloud_account table
          format: int32
          type: integer
        loggingAccounts:
          description: List of logging accounts with selected buckets for the given feature
          items:
            $ref: '#/components/schemas/AwsS3FlowLogsLoggingAccountsModel'
          type: array
      type: object
  securitySchemes:
    x-redlock-auth:
      description: The x-redlock-auth value is a JSON Web Token (JWT).
      in: header
      name: x-redlock-auth
      type: apiKey
x-refined-from:
- palo-alto-cspm-eventbridgemicroservice-openapi.json
- palo-alto-cspm-onboardingawss3flowlogs-openapi.json