Palo Alto Networks Manage Subscription API

The ManageSubscription API from Palo Alto Networks — 1 operation(s) for managesubscription.

Operations 1

GET /v1/mgmt/subscribe List CloudNGFW Subscriptions #

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-managesubscription-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-managesubscription-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact: {}
  description: "Subscribe to Cloud NGFW to start creating your first user; a tenant administrator.  \nA tenant administrator is the highest level of user in the Cloud NGFW service. It provides the ability to add AWS accounts to the Cloud NGFW service and onboard additional users.  \n\nFor more information, see [Subscribe to Cloud NGFW for AWS Service](https://docs.paloaltonetworks.com/cloud-ngfw/aws/cloud-ngfw-on-aws/getting-started-with-cloud-ngfw-for-aws/subscribe-to-the-cloud-ngfw-service.html).\n\n### Permission Policies\n\n| Action                   | Local Firewall Administrator  | Local Rulestack Administrator | Global Rulestack Administrator |\n| ------------------------ | :---------------------------: | :---------------------------: | :----------------------------: |\n| Create NGFW Subscription | ☐                       | ☐                       | ☐                        | \n| List Permission Policies | **☑**                   | **☑**                   | **☑**                    |                       \n"
  title: Manage Subscription API
  version: 1.0.0
servers:
- url: https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com
tags:
- name: ManageSubscription
paths:
  /v1/mgmt/subscribe:
    get:
      description: ''
      operationId: get-v1-mgmt-subscribe
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ListSubscriptionRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListSubscriptionResponse'
          description: OK
      summary: List CloudNGFW Subscriptions
      tags:
      - ManageSubscription
components:
  schemas:
    ListSubscriptionResponse.Result:
      additionalProperties: false
      properties:
        ErrorCode:
          default: 0
          title: Errorcode
          type: integer
        Reason:
          title: Reason
          type: string
      title: Result
      type: object
    ListSubscriptionResponse.SubscriptionDetails:
      additionalProperties: false
      properties:
        SubscriptionKey:
          title: Subscriptionkey
          type: string
      required:
      - SubscriptionKey
      title: SubscriptionDetails
      type: object
    ListSubscriptionRequest:
      additionalProperties: false
      properties: {}
      title: ListSubscriptionRequest
      type: object
    ListSubscriptionResponse:
      additionalProperties: false
      properties:
        Response:
          $ref: '#/components/schemas/ListSubscriptionResponse.ResponseData'
        ResponseStatus:
          $ref: '#/components/schemas/ListSubscriptionResponse.Result'
      title: ListSubscriptionResponse
      type: object
    ListSubscriptionResponse.ResponseData:
      additionalProperties: false
      properties:
        Subscriptions:
          items:
            $ref: '#/components/schemas/ListSubscriptionResponse.SubscriptionDetails'
          title: Subscriptions
          type: array
      title: ResponseData
      type: object