Skip to content

Retrieves a list of machine types allowed for the current tenant which is logged in

github-actions[bot] edited this page Jul 26, 2024 · 1 revision

Retrieves a list of machine types allowed for the current tenant which is logged in.

Usage:

Usage:
  ./mgc virtual-machine machine-types list [flags]

Product catalog:

  • Flags:
  • --control.limit integer Limit: limit the number of the results (max: 2147483647) (default 50)
  • --control.offset integer Offset: pagination for the results limited (max: 2147483647)
  • --control.sort string Sort: order of the results using informed fields (pattern: ^(^[\w-]+:(asc|desc)(,[\w-]+:(asc|desc))*)?$) (default "created_at:asc")
  • -h, --help help for list
  • -v, --version version for list

Other commands:

  • Global Flags:
  • --cli.show-cli-globals Show all CLI global flags on usage text
  • --env enum Environment to use (one of "pre-prod" or "prod") (default "prod")
  • --region enum Region to reach the service (one of "br-mgl1", "br-ne1" or "br-se1") (default "br-se1")
  • --server-url uri Manually specify the server to use

Flags:

Clone this wiki locally