diagrid call invoke post
Send POST request to an app
Description
Perform direct POST call from one App ID to another using the Service Invocation API
diagrid call invoke post <appid.method> [flags]
Examples
  # Invoke POST request from caller App ID to target App ID
  diagrid call invoke post target.methodname —-app-id caller
  # Invoke POST request from caller App ID to target App ID with a sample payload
  diagrid call invoke post target.neworder --app-id caller -—data '{"orderId": 1}'
Options
  -a, --app-id string    [Required]: Caller App ID
  -p, --project string   Name of existing project
  -d, --data string      Data string
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -v, --verbose          Include verbose output such as curl command and response body
  -h, --help             help for post
Options inherited from parent commands
      --api-key string   Diagrid Cloud API key
SEE ALSO
- diagrid call invoke - Call Service Invocation API