az iot ops dataflow endpoint
Note
This reference is part of the azure-iot-ops extension for the Azure CLI (version 2.53.0 or higher). The extension will automatically install the first time you run an az iot ops dataflow endpoint command. Learn more about extensions.
Dataflow endpoint management.
Commands
Name | Description | Type | Status |
---|---|---|---|
az iot ops dataflow endpoint list |
List dataflow endpoint resources associated with an instance. |
Extension | GA |
az iot ops dataflow endpoint show |
Show details of a dataflow endpoint resource. |
Extension | GA |
az iot ops dataflow endpoint list
List dataflow endpoint resources associated with an instance.
az iot ops dataflow endpoint list --instance
--resource-group
Examples
Enumerate dataflow endpoints in the instance 'mycluster-ops-instance'.
az iot ops dataflow endpoint list --in mycluster-ops-instance -g myresourcegroup
Required Parameters
IoT Operations instance name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az iot ops dataflow endpoint show
Show details of a dataflow endpoint resource.
az iot ops dataflow endpoint show --instance
--name
--resource-group
Examples
Show details of a dataflow endpoint 'myendpoint'.
az iot ops dataflow endpoint show -n myendpoint --in mycluster-ops-instance -g myresourcegroup
Required Parameters
IoT Operations instance name.
Dataflow endpoint name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.