]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.1-synopsis.adoc
document ids for status.cfg
[pve-docs.git] / pvenode.1-synopsis.adoc
index 1b3a704d0a88af7e93aea21ba7dc06168eb5eea2..4c49df2ce29adef69f1d27f4f248db47fa3639ec 100644 (file)
@@ -8,7 +8,7 @@ Deactivate existing ACME account at CA.
 
 ACME account config file name.
 
 
 ACME account config file name.
 
-*pvenode acme account info* `[<name>]`
+*pvenode acme account info* `[<name>]` `[FORMAT_OPTIONS]`
 
 Return existing ACME account information.
 
 
 Return existing ACME account information.
 
@@ -77,11 +77,11 @@ DELETE custom certificate chain and key.
 
 Restart pveproxy.
 
 
 Restart pveproxy.
 
-*pvenode cert info*
+*pvenode cert info* `[FORMAT_OPTIONS]`
 
 Get information about node's certificates.
 
 
 Get information about node's certificates.
 
-*pvenode cert set* `<certificates> [<key>]` `[OPTIONS]`
+*pvenode cert set* `<certificates> [<key>]` `[OPTIONS]` `[FORMAT_OPTIONS]`
 
 Upload or update custom certificate chain and key.
 
 
 Upload or update custom certificate chain and key.
 
@@ -125,6 +125,10 @@ Node description/comment.
 
 Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
 
 
 Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
 
+`--wakeonlan` `<string>` ::
+
+MAC address for wake on LAN
+
 *pvenode help* `[OPTIONS]`
 
 Get help about specified command.
 *pvenode help* `[OPTIONS]`
 
 Get help about specified command.
@@ -173,4 +177,64 @@ Stop all VMs and Containers.
 
 Only consider Guests with these IDs.
 
 
 Only consider Guests with these IDs.
 
+*pvenode task list* `[OPTIONS]` `[FORMAT_OPTIONS]`
+
+Read task list for one node (finished tasks).
+
+`--errors` `<boolean>` ('default =' `0`)::
+
+no description available
+
+`--limit` `<integer> (0 - N)` ('default =' `50`)::
+
+Only list this amount of tasks.
+
+`--source` `<active | all | archive>` ('default =' `archive`)::
+
+List archived, active or all tasks.
+
+`--start` `<integer> (0 - N)` ('default =' `0`)::
+
+List tasks beginning from this offset.
+
+`--typefilter` `<string>` ::
+
+Only list tasks of this type (e.g., vzstart, vzdump).
+
+`--userfilter` `<string>` ::
+
+Only list tasks from this user.
+
+`--vmid` `<integer> (1 - N)` ::
+
+Only list tasks for this VM.
+
+*pvenode task log* `<upid>` `[OPTIONS]`
+
+Read task log.
+
+`<upid>`: `<string>` ::
+
+no description available
+
+`--start` `<integer> (0 - N)` ('default =' `0`)::
+
+no description available
+
+*pvenode task status* `<upid>` `[FORMAT_OPTIONS]`
+
+Read task status.
+
+`<upid>`: `<string>` ::
+
+no description available
+
+*pvenode wakeonlan* `<node>`
+
+Try to wake a node via 'wake on LAN' network packet.
+
+`<node>`: `<string>` ::
+
+target node for wake on LAN packet
+