diagrid call invoke get
Send GET request to an app
Description
Perform direct GET call from one App ID to another using the Service Invocation API
diagrid call invoke get <appid.method> [flags]
Examples
# Send GET request from caller App ID to target App ID
diagrid call invoke get target.methodname —-app-id caller
Options
-a, --app-id string [Required]: Caller App ID
-p, --project string Name of existing project
-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 get
SEE ALSO
- diagrid call invoke - Call Service Invocation API