mirror of
https://github.com/tribufu/proxmox-ve-openapi
synced 2026-05-06 07:07:28 +00:00
21 lines
460 B
YAML
21 lines
460 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: ProxMox VE API V2
|
|
version: '1.0'
|
|
description: ProxMox VE API
|
|
license:
|
|
name: Apache 2.0
|
|
url: 'https://raw.githubusercontent.com/LUMASERV/proxmox-ve-openapi/main/LICENSE'
|
|
servers:
|
|
- url: 'http://cluster.local:8006/api2/json'
|
|
description: local
|
|
paths: {}
|
|
components:
|
|
schemas: {}
|
|
securitySchemes:
|
|
PVEAuthCookie:
|
|
type: apiKey
|
|
in: cookie
|
|
name: PVEAuthCookie
|
|
security:
|
|
- PVEAuthCookie: []
|