mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-05-06 14:57:28 +00:00
13 lines
297 B
HTTP
13 lines
297 B
HTTP
// 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}}
|
|
|
|
###
|