mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-06-01 09:42:38 +00:00
Auto generate api client
This commit is contained in:
parent
79236af76b
commit
f75e0275cc
712 changed files with 277698 additions and 885 deletions
13
tests/nodes.http
Normal file
13
tests/nodes.http
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
@url = {{$dotenv PROXMOX_URL}}
|
||||
@token_id = {{$dotenv PROXMOX_TOKEN_ID}}
|
||||
@token_secret = {{$dotenv PROXMOX_TOKEN_SECRET}}
|
||||
|
||||
###
|
||||
|
||||
GET {{url}}/api2/json/nodes
|
||||
Authorization: PVEAPIToken={{token_id}}={{token_secret}}
|
||||
|
||||
###
|
||||
Loading…
Add table
Add a link
Reference in a new issue