Palo Alto Networks Manage NGFW Tags API
The ManageNGFWTags API from Palo Alto Networks — 1 operation(s) for managengfwtags.
The ManageNGFWTags API from Palo Alto Networks — 1 operation(s) for managengfwtags.
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-managengfwtags-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: {}
description: "Apply tags to help search and filter your Cloud NGFW resources.\n\n### Permission Policies\n\n| Action | Local Firewall Administrator | Local Rulestack Administrator | Global Rulestack Administrator |\n| ------------------------------ | :---------------------------: | :---------------------------: | :----------------------------: |\n| Tag Resource | **☑** | ☐ | ☐ | \n| Untag Resource | **☑** | ☐ | ☐ | \n| List Firewall Tags | **☑** | **☑** | ☐ |\n"
title: Manage Cloud NGFW Tags Manage NGFW Tags API
version: 1.0.0
servers:
- url: https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com
tags:
- name: ManageNGFWTags
paths:
/v1/config/ngfirewalls/{ngfirewallname}/tags:
delete:
description: 'Remove the tags associated with a resource.
'
operationId: delete-v1-config-ngfirewalls-ngfirewallname-tags
parameters:
- description: ''
in: path
name: ngfirewallname
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallUntagResourceRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallUntagResourceResponse'
description: OK
summary: Remove firewall tags
tags:
- ManageNGFWTags
get:
description: 'Retrieve the tags associated with a resource.
'
operationId: get-v1-config-ngfirewalls-ngfirewallname-tags
parameters:
- description: ''
in: path
name: ngfirewallname
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallListTagsForResourceRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallListTagsForResourceResponse'
description: OK
summary: Retrieve firewall tags
tags:
- ManageNGFWTags
post:
description: 'Add tags to a resource. Tag the resources you manage through NGFW firewalls and policies.
'
operationId: post-v1-config-ngfirewalls-ngfirewallname-tags
parameters:
- description: 'The name of the NGFW.
'
in: path
name: ngfirewallname
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallTagResourceRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/FirewallTagResourceResponse'
description: OK
summary: Add firewall tags
tags:
- ManageNGFWTags
components:
schemas:
FirewallListTagsForResourceRequest:
additionalProperties: false
properties:
AccountId:
title: Accountid
type: string
MaxResults:
default: 1024
maximum: 1024
minimum: 1
title: Maxresults
type: integer
NextToken:
title: Nexttoken
type: string
required:
- AccountId
title: FirewallListTagsForResourceRequest
type: object
FirewallTagResourceRequest.TagEntry:
additionalProperties: false
properties:
Key:
title: Key
type: string
Value:
title: Value
type: string
required:
- Key
- Value
title: TagEntry
type: object
FirewallTagResourceResponse.Result:
additionalProperties: false
properties:
ErrorCode:
default: 0
title: Errorcode
type: integer
Reason:
title: Reason
type: string
title: Result
type: object
FirewallListTagsForResourceResponse.Result:
additionalProperties: false
properties:
ErrorCode:
default: 0
title: Errorcode
type: integer
Reason:
title: Reason
type: string
title: Result
type: object
FirewallUntagResourceResponse:
additionalProperties: false
properties:
Response:
$ref: '#/components/schemas/FirewallUntagResourceResponse.ResponseData'
ResponseStatus:
$ref: '#/components/schemas/FirewallUntagResourceResponse.Result'
title: FirewallUntagResourceResponse
type: object
FirewallUntagResourceResponse.Result:
additionalProperties: false
properties:
ErrorCode:
default: 0
title: Errorcode
type: integer
Reason:
title: Reason
type: string
title: Result
type: object
FirewallListTagsForResourceResponse:
additionalProperties: false
properties:
Response:
$ref: '#/components/schemas/FirewallListTagsForResourceResponse.ResponseData'
ResponseStatus:
$ref: '#/components/schemas/FirewallListTagsForResourceResponse.Result'
title: FirewallListTagsForResourceResponse
type: object
FirewallTagResourceResponse.TagEntry:
additionalProperties: false
properties:
Key:
title: Key
type: string
Value:
title: Value
type: string
required:
- Key
- Value
title: TagEntry
type: object
FirewallUntagResourceRequest:
additionalProperties: false
properties:
AccountId:
title: Accountid
type: string
TagKeys:
items:
maxLength: 128
minLength: 1
pattern: ^.*$
type: string
maxItems: 50
title: Tagkeys
type: array
required:
- AccountId
- TagKeys
title: FirewallUntagResourceRequest
type: object
FirewallListTagsForResourceResponse.ResponseData:
additionalProperties: false
properties:
AccountId:
title: Accountid
type: string
FirewallName:
title: Firewallname
type: string
NextToken:
title: Nexttoken
type: string
Tags:
items:
$ref: '#/components/schemas/FirewallListTagsForResourceResponse.TagEntry'
title: Tags
type: array
title: ResponseData
type: object
FirewallUntagResourceResponse.ResponseData:
additionalProperties: false
properties:
AccountId:
title: Accountid
type: string
FirewallName:
title: Firewallname
type: string
TagKeys:
items:
type: string
title: Tagkeys
type: array
title: ResponseData
type: object
FirewallTagResourceResponse:
additionalProperties: false
properties:
Response:
$ref: '#/components/schemas/FirewallTagResourceResponse.ResponseData'
ResponseStatus:
$ref: '#/components/schemas/FirewallTagResourceResponse.Result'
title: FirewallTagResourceResponse
type: object
FirewallTagResourceRequest:
additionalProperties: false
properties:
AccountId:
title: Accountid
type: string
Tags:
items:
$ref: '#/components/schemas/FirewallTagResourceRequest.TagEntry'
maxItems: 50
title: Tags
type: array
required:
- AccountId
- Tags
title: FirewallTagResourceRequest
type: object
FirewallTagResourceResponse.ResponseData:
additionalProperties: false
properties:
FirewallName:
title: Firewallname
type: string
Tags:
items:
$ref: '#/components/schemas/FirewallTagResourceResponse.TagEntry'
title: Tags
type: array
title: ResponseData
type: object
FirewallListTagsForResourceResponse.TagEntry:
additionalProperties: false
properties:
Key:
title: Key
type: string
Value:
title: Value
type: string
required:
- Key
- Value
title: TagEntry
type: object