Palo Alto Networks Insights Resources API API
The Insights Resources API API from Palo Alto Networks — 1 operation(s) for insights resources api.
The Insights Resources API API from Palo Alto Networks — 1 operation(s) for insights resources api.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/palo-alto-networks-insights-resources-api-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
contact:
email: support@paloaltonetworks.com
description: 'This Open API spec file represents the APIs available for
[Palo Alto Networks Aggregate Monitoring](https://docs.paloaltonetworks.com/NEED-URL) APIs.
After you have configured your tenants, these APIs can be used to perform aggregated monitoring queries for information about applications, threats, URLs, and licenses across all your tenants of a Prisma Access or Prisma SD-WAN instance.
These APIs use the common SASE authentication mechanism and base URL. See the
[Prisma SASE API Get Started](https://pan.dev/sase/docs/getstarted) guide for more information.
This Open API spec file was created on October 01, 2024. To check for a more recent version of this file, see
[Aggregate Monitoring APIs on pan.dev](https://pan.dev/sase/api/mt-monitor/).
© 2024 Palo Alto Networks, Inc. Palo Alto Networks is a registered trademark of Palo
Alto Networks. A list of our trademarks can be found at
[https://www.paloaltonetworks.com/company/trademarks.html](https://www.paloaltonetworks.com/company/trademarks.html)
All other marks mentioned herein may be trademarks of their respective companies.
'
title: Aggreagate Monitoring Insights Resources API
version: '1.0'
servers:
- url: https://api.sase.paloaltonetworks.com
tags:
- name: Insights Resources API
paths:
/mt/monitor/v1/agg/upgrades/list:
post:
description: "Retrieve an aggregated upgrade list across tenants. \n"
operationId: post-mt-monitor-v1-agg-upgrades-list
parameters:
- description: "Must be `tenant`. Using the query parameter returns all the aggregated responses for the current parent tenant and its child tenants. If not used, the results for just the current tenant are returned. \n"
example: tenant
in: query
name: agg_by
schema:
type: string
- description: "Must be one of the following: `de`, `americas`, `europe`, `uk`, `sg`, `ca`, `jp`, `au`, `in`. Returns details from the Cortex Data Lake (CDL) region specified. If no region is specified, the default response is `americas` CDL region. \n"
example: americas
in: header
name: X-PANW-Region
schema:
type: string
requestBody:
content:
application/json:
examples:
Upgrade List:
value:
filter:
operator: AND
rules:
- operator: equals
property: start_date
values:
- - '2023-05-01T01:00:00.000Z'
- operator: equals
property: end_date
values:
- - '2023-05-01T01:00:00.000Z'
properties:
- property: tenant_id
- property: sub_tenant_id
- property: current_version
- property: candidate_release_list
- property: customer_onboarded_locations
- property: upgrade_ts
- property: time_window
- property: compute_timezone
- property: upgrade_ts
- property: upgrade_type
- property: upgrade_version
- property: status
schema:
$ref: '#/components/schemas/RequestBody_UpgradesList'
responses:
'200':
content:
application/json:
examples:
Upgrade List:
value:
- tenant_id: <tenant_id>
- sub_tenant_id: <sub_tenant_id>
- current_version: <amiversion>
- candidate_release_list: <candidate_release_list>
- customer_onboarded_locations: <customer_onboarded_locations>
- upgrade_ts: <upgrade_ts>
- time_window: <time_window>
- compute_timezone: <compute_timezone>
- upgrade_ts: <upgrade_ts>
- upgrade_type: <upgrade_type>
- upgrade_version: <upgrade_version>
- status: <status>
description: Success
'400':
description: Bad Request
'500':
description: Server Error
security:
- Bearer: []
summary: List upgrades
tags:
- Insights Resources API
components:
schemas:
TimeFilter:
properties:
operator:
description: Filter operator that is one of the example values and is run on the property field
example: gt, lt, last_n_minutes, last_n_hours, last_n_days
type: string
property:
description: Filter property field that is one of the example values
example: event_time, update_time, updated_time
type: string
values:
description: Filter property value
example: minute, hour or day counts if property is event_time
items:
type: string
type: array
type: object
UpgradeListProperty:
properties:
alias:
type: string
property:
description: Property field name. Property fields will be returned in the API response.
example: sub_tenant_id, amiversion, current_software_version, last_upgrade_date,next_upgrade_scheduled_str, status, error, next_upgrade_scheduled
type: string
type: object
RequestBody_UpgradesList:
properties:
filter:
allOf:
- $ref: '#/components/schemas/UpgradeListFilter'
- description: filter json object
properties:
description: List of property json objects
items:
$ref: '#/components/schemas/UpgradeListProperty'
type: array
required:
- properties
- filter
type: object
UpgradeListFilter:
properties:
operator:
description: Always set to AND
type: string
rules:
items:
$ref: '#/components/schemas/TimeFilter'
type: array
required:
- operator
type: object
securitySchemes:
Bearer:
scheme: bearer
type: http