Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 800 Bytes

File metadata and controls

33 lines (22 loc) · 800 Bytes

equinix api

Make a raw API request to the given Equinix API path

Synopsis

Make a raw authenticated request to the Equinix API using your configured credentials.

equinix api [url-path] [flags]

Options

  -d, --data string     Data to send with POST/PUT requests
      --debug           Enable debug logging for HTTP requests and responses
  -f, --format string   Format to use for output (json or yaml) (default "json")
  -h, --help            help for api
  -X, --method string   HTTP method to use (default "GET")
      --portal          Use Equinix Portal API (cookie auth)

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/equinix/equinix.yaml)

SEE ALSO