Palo Alto Networks Authenticate Client API

{'$ref': 'desc/authenticate-client/authenticate-client.md'}

OpenAPI Specification

palo-alto-networks-authenticate-client-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Palo Alto Networks Authenticate Client API
  version: '1.0'
  description: 'Operations tagged Authenticate-Client across 2 of this provider''s published API definitions: palo-alto-compute-34-03-openapi-34-03-138-sh-openapi.json, palo-alto-compute-openapi-34-04-145-sh-openapi.json. Each path carries the servers of the definition it was published in.'
tags:
- name: Authenticate-Client
  description: Authenticate-Client. 1 operation in this definition.
  x-description-source: desc/authenticate-client/authenticate-client.md
paths:
  /api/v34.03/authenticate-client:
    post:
      description: 'Get Client Authentication Access Token. POST /api/v34.03/authenticate-client on the Authenticate-Client API. Documented responses: 200.'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/api.ConsoleAuthResponse'
          description: ConsoleAuthResponse represents the console certificates authentication response
        default:
          description: ''
      tags:
      - Authenticate-Client
      x-prisma-cloud-target-env:
        permission: none
      operationId: post-authenticate-client
      summary: Get Client Authentication Access Token
      x-description-source: desc/authenticate-client/post.md
  /api/v34.04/authenticate-client:
    post:
      description: 'Get Client Authentication Access Token. POST /api/v34.04/authenticate-client on the Authenticate-Client API. Documented responses: 200.'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/api.ConsoleAuthResponse'
          description: ConsoleAuthResponse represents the console certificates authentication response
        default:
          description: ''
      tags:
      - Authenticate-Client
      x-prisma-cloud-target-env:
        permission: none
      operationId: post-authenticate-client
      summary: Get Client Authentication Access Token
      x-description-source: desc/authenticate-client/post.md
components:
  schemas:
    api.ConsoleAuthResponse:
      description: ConsoleAuthResponse represents the console certificates authentication response
      properties:
        role:
          description: 'UserRole is the authenticated user role.

            '
          type: string
        token:
          description: 'Token is the console authentication response token.

            '
          type: string
      type: object
x-refined-from:
- palo-alto-compute-34-03-openapi-34-03-138-sh-openapi.json
- palo-alto-compute-openapi-34-04-145-sh-openapi.json