Palo Alto Networks · Capability

Palo Alto Networks SASE 5G Managed Services API — Tenants

Palo Alto Networks SASE 5G Managed Services API — Tenants. 5 operations. Lead operation: Palo Alto Networks List Multi-tenant 5G Configurations. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksTenants

What You Can Do

GET
List5gtenants — Palo Alto Networks List Multi-tenant 5G Configurations
/v1/tenants
POST
Create5gtenant — Palo Alto Networks Create Multi-tenant 5G Configuration
/v1/tenants
GET
Get5gtenant — Palo Alto Networks Get 5G Tenant Configuration
/v1/tenants/{tenant-id}
PUT
Update5gtenant — Palo Alto Networks Update 5G Tenant Configuration
/v1/tenants/{tenant-id}
DELETE
Delete5gtenant — Palo Alto Networks Delete 5G Tenant Configuration
/v1/tenants/{tenant-id}

MCP Tools

palo-alto-networks-list-multi

Palo Alto Networks List Multi-tenant 5G Configurations

read-only idempotent
palo-alto-networks-create-multi

Palo Alto Networks Create Multi-tenant 5G Configuration

palo-alto-networks-get-5g

Palo Alto Networks Get 5G Tenant Configuration

read-only idempotent
palo-alto-networks-update-5g

Palo Alto Networks Update 5G Tenant Configuration

idempotent
palo-alto-networks-delete-5g

Palo Alto Networks Delete 5G Tenant Configuration

idempotent

Capability Spec

palo-alto-sase-5g-tenants.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks SASE 5G Managed Services API — Tenants
  description: 'Palo Alto Networks SASE 5G Managed Services API — Tenants. 5 operations. Lead operation: Palo Alto Networks
    List Multi-tenant 5G Configurations. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Tenants
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-sase-5g-tenants
    baseUri: https://api.sase.paloaltonetworks.com/5g/v1
    description: Palo Alto Networks SASE 5G Managed Services API — Tenants business capability. Self-contained, no shared
      references.
    resources:
    - name: tenants
      path: /tenants
      operations:
      - name: list5gtenants
        method: GET
        description: Palo Alto Networks List Multi-tenant 5G Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: create5gtenant
        method: POST
        description: Palo Alto Networks Create Multi-tenant 5G Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tenants-tenant_id
      path: /tenants/{tenant_id}
      operations:
      - name: get5gtenant
        method: GET
        description: Palo Alto Networks Get 5G Tenant Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tenant_id
          in: path
          type: string
          description: Unique identifier of the 5G tenant configuration.
          required: true
      - name: update5gtenant
        method: PUT
        description: Palo Alto Networks Update 5G Tenant Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tenant_id
          in: path
          type: string
          description: Unique identifier of the 5G tenant configuration to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete5gtenant
        method: DELETE
        description: Palo Alto Networks Delete 5G Tenant Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tenant_id
          in: path
          type: string
          description: Unique identifier of the 5G tenant configuration to delete.
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-sase-5g-tenants-rest
    port: 8080
    description: REST adapter for Palo Alto Networks SASE 5G Managed Services API — Tenants. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tenants
      name: tenants
      description: REST surface for tenants.
      operations:
      - method: GET
        name: list5gtenants
        description: Palo Alto Networks List Multi-tenant 5G Configurations
        call: palo-alto-sase-5g-tenants.list5gtenants
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: create5gtenant
        description: Palo Alto Networks Create Multi-tenant 5G Configuration
        call: palo-alto-sase-5g-tenants.create5gtenant
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenants/{tenant-id}
      name: tenants-tenant-id
      description: REST surface for tenants-tenant_id.
      operations:
      - method: GET
        name: get5gtenant
        description: Palo Alto Networks Get 5G Tenant Configuration
        call: palo-alto-sase-5g-tenants.get5gtenant
        with:
          tenant_id: rest.tenant_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: update5gtenant
        description: Palo Alto Networks Update 5G Tenant Configuration
        call: palo-alto-sase-5g-tenants.update5gtenant
        with:
          tenant_id: rest.tenant_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete5gtenant
        description: Palo Alto Networks Delete 5G Tenant Configuration
        call: palo-alto-sase-5g-tenants.delete5gtenant
        with:
          tenant_id: rest.tenant_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-5g-tenants-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks SASE 5G Managed Services API — Tenants. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-multi
      description: Palo Alto Networks List Multi-tenant 5G Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-5g-tenants.list5gtenants
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-multi
      description: Palo Alto Networks Create Multi-tenant 5G Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-5g-tenants.create5gtenant
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-5g
      description: Palo Alto Networks Get 5G Tenant Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-5g-tenants.get5gtenant
      with:
        tenant_id: tools.tenant_id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-5g
      description: Palo Alto Networks Update 5G Tenant Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-sase-5g-tenants.update5gtenant
      with:
        tenant_id: tools.tenant_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-5g
      description: Palo Alto Networks Delete 5G Tenant Configuration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-sase-5g-tenants.delete5gtenant
      with:
        tenant_id: tools.tenant_id
      outputParameters:
      - type: object
        mapping: $.