Acme Orders
  • 18 Dec 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Acme Orders

  • Dark
    Light
  • PDF

Article Summary

Get-AcmeOrder

Synopsis

This command gets the last or currently running ACME order task of a zone.

Syntax

Get-LiquitAcmeOrder
[-Zone] <Zone[]> 
[-LiquitContext <LiquitContext>] 

Example

Get-LiquitAcmeOrder -Zone $Zone

This command returns the ACME order task, if any.

Request-LiquitAcmeOrder

Synopsis

This command is used to request a new ACME order for a zone.

Syntax

Request-LiquitAcmeOrder
[-Zone] <Zone[]> 
[-LiquitContext <LiquitContext>] 

Example

Request-LiquitAcmeOrder -Zone $Zone

This command returns the new ACME order task.


Was this article helpful?

What's Next