mirror of
https://github.com/tribufu/proxmox-ve-openapi
synced 2026-06-01 09:42:38 +00:00
Added reference/spec.v2.yaml
This commit is contained in:
parent
7c096cca10
commit
6f134b17d1
1 changed files with 21 additions and 0 deletions
21
reference/spec.v2.yaml
Normal file
21
reference/spec.v2.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
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: []
|
||||||
Loading…
Add table
Add a link
Reference in a new issue