leapview api

Call any generated LeapView API operation

Usage

leapview api

Machine-readable: JSON · Markdown

Subcommands

  • call: Call a generated API operation
  • describe: Describe a generated API operation
  • list: List generated API operations

call

Call a generated API operation

Usage

leapview api call <operation> [flags]

Behavior

Side effect Confirmation
dynamic never

Machine-readable: JSON · Markdown

Options

Flag Type Default Description
--body-file string `` request body file
--body-json string `` request JSON body
--content-type string `` request body content type
--path stringArray [] path parameter as key=value; repeatable
--query stringArray [] query parameter as key=value; repeatable
--target string `` LeapView server URL
--token string `` API token
--workspace string `` default workspace path parameter

describe

Describe a generated API operation

Usage

leapview api describe <operation>

Behavior

Side effect Confirmation
read never

Machine-readable: JSON · Markdown

list

List generated API operations

Usage

leapview api list

Behavior

Side effect Confirmation
read never

Machine-readable: JSON · Markdown