openapi: 3.2.0 info: title: Palo Alto Networks Ping API version: '1.0' description: 'Operations tagged _Ping across 4 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, palo-alto-cwpp-34-03-openapi-34-03-138-saas-openapi.json, palo-alto-cwpp-openapi-34-04-145-saas-openapi.json. Each path carries the servers of the definition it was published in.' servers: - url: PATH_TO_CONSOLE tags: - name: _Ping description: _Ping. 1 operation in this definition. x-description-source: desc/_ping/_ping.md paths: /api/v34.03/_ping: get: description: 'Ping. GET /api/v34.03/_ping on the _Ping API. Documented responses: 200.' responses: '200': content: application/json: schema: $ref: '#/components/schemas/-_uint8' description: '' default: description: '' tags: - _Ping x-prisma-cloud-target-env: permission: none operationId: get-_ping summary: Ping x-description-source: desc/_ping/get.md /api/v34.04/_ping: get: description: 'Ping. GET /api/v34.04/_ping on the _Ping API. Documented responses: 200.' responses: '200': content: application/json: schema: $ref: '#/components/schemas/-_uint8' description: '' default: description: '' tags: - _Ping x-prisma-cloud-target-env: permission: none operationId: get-_ping summary: Ping x-description-source: desc/_ping/get.md components: schemas: uint8: type: integer -_uint8: items: $ref: '#/components/schemas/uint8' type: array 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 - palo-alto-cwpp-34-03-openapi-34-03-138-saas-openapi.json - palo-alto-cwpp-openapi-34-04-145-saas-openapi.json