1. Packages
  2. Azure Native
  3. API Docs
  4. azuresphere
  5. listCatalogDeviceInsights
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.azuresphere.listCatalogDeviceInsights

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Lists device insights for catalog. Azure REST API version: 2022-09-01-preview.

    Other available API versions: 2024-04-01.

    Using listCatalogDeviceInsights

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listCatalogDeviceInsights(args: ListCatalogDeviceInsightsArgs, opts?: InvokeOptions): Promise<ListCatalogDeviceInsightsResult>
    function listCatalogDeviceInsightsOutput(args: ListCatalogDeviceInsightsOutputArgs, opts?: InvokeOptions): Output<ListCatalogDeviceInsightsResult>
    def list_catalog_device_insights(catalog_name: Optional[str] = None,
                                     filter: Optional[str] = None,
                                     maxpagesize: Optional[int] = None,
                                     resource_group_name: Optional[str] = None,
                                     skip: Optional[int] = None,
                                     top: Optional[int] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListCatalogDeviceInsightsResult
    def list_catalog_device_insights_output(catalog_name: Optional[pulumi.Input[str]] = None,
                                     filter: Optional[pulumi.Input[str]] = None,
                                     maxpagesize: Optional[pulumi.Input[int]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     skip: Optional[pulumi.Input[int]] = None,
                                     top: Optional[pulumi.Input[int]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListCatalogDeviceInsightsResult]
    func ListCatalogDeviceInsights(ctx *Context, args *ListCatalogDeviceInsightsArgs, opts ...InvokeOption) (*ListCatalogDeviceInsightsResult, error)
    func ListCatalogDeviceInsightsOutput(ctx *Context, args *ListCatalogDeviceInsightsOutputArgs, opts ...InvokeOption) ListCatalogDeviceInsightsResultOutput

    > Note: This function is named ListCatalogDeviceInsights in the Go SDK.

    public static class ListCatalogDeviceInsights 
    {
        public static Task<ListCatalogDeviceInsightsResult> InvokeAsync(ListCatalogDeviceInsightsArgs args, InvokeOptions? opts = null)
        public static Output<ListCatalogDeviceInsightsResult> Invoke(ListCatalogDeviceInsightsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListCatalogDeviceInsightsResult> listCatalogDeviceInsights(ListCatalogDeviceInsightsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:azuresphere:listCatalogDeviceInsights
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogName string
    Name of catalog
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Filter string
    Filter the result list using the given expression
    Maxpagesize int
    The maximum number of result items per page.
    Skip int
    The number of result items to skip.
    Top int
    The number of result items to return.
    CatalogName string
    Name of catalog
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Filter string
    Filter the result list using the given expression
    Maxpagesize int
    The maximum number of result items per page.
    Skip int
    The number of result items to skip.
    Top int
    The number of result items to return.
    catalogName String
    Name of catalog
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    filter String
    Filter the result list using the given expression
    maxpagesize Integer
    The maximum number of result items per page.
    skip Integer
    The number of result items to skip.
    top Integer
    The number of result items to return.
    catalogName string
    Name of catalog
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    filter string
    Filter the result list using the given expression
    maxpagesize number
    The maximum number of result items per page.
    skip number
    The number of result items to skip.
    top number
    The number of result items to return.
    catalog_name str
    Name of catalog
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    filter str
    Filter the result list using the given expression
    maxpagesize int
    The maximum number of result items per page.
    skip int
    The number of result items to skip.
    top int
    The number of result items to return.
    catalogName String
    Name of catalog
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    filter String
    Filter the result list using the given expression
    maxpagesize Number
    The maximum number of result items per page.
    skip Number
    The number of result items to skip.
    top Number
    The number of result items to return.

    listCatalogDeviceInsights Result

    The following output properties are available:

    NextLink string
    The link to the next page of items
    Value List<Pulumi.AzureNative.AzureSphere.Outputs.DeviceInsightResponse>
    The DeviceInsight items on this page
    NextLink string
    The link to the next page of items
    Value []DeviceInsightResponse
    The DeviceInsight items on this page
    nextLink String
    The link to the next page of items
    value List<DeviceInsightResponse>
    The DeviceInsight items on this page
    nextLink string
    The link to the next page of items
    value DeviceInsightResponse[]
    The DeviceInsight items on this page
    next_link str
    The link to the next page of items
    value Sequence[DeviceInsightResponse]
    The DeviceInsight items on this page
    nextLink String
    The link to the next page of items
    value List<Property Map>
    The DeviceInsight items on this page

    Supporting Types

    DeviceInsightResponse

    Description string
    Event description
    DeviceId string
    Device ID
    EndTimestampUtc string
    Event end timestamp
    EventCategory string
    Event category
    EventClass string
    Event class
    EventCount int
    Event count
    EventType string
    Event type
    StartTimestampUtc string
    Event start timestamp
    Description string
    Event description
    DeviceId string
    Device ID
    EndTimestampUtc string
    Event end timestamp
    EventCategory string
    Event category
    EventClass string
    Event class
    EventCount int
    Event count
    EventType string
    Event type
    StartTimestampUtc string
    Event start timestamp
    description String
    Event description
    deviceId String
    Device ID
    endTimestampUtc String
    Event end timestamp
    eventCategory String
    Event category
    eventClass String
    Event class
    eventCount Integer
    Event count
    eventType String
    Event type
    startTimestampUtc String
    Event start timestamp
    description string
    Event description
    deviceId string
    Device ID
    endTimestampUtc string
    Event end timestamp
    eventCategory string
    Event category
    eventClass string
    Event class
    eventCount number
    Event count
    eventType string
    Event type
    startTimestampUtc string
    Event start timestamp
    description str
    Event description
    device_id str
    Device ID
    end_timestamp_utc str
    Event end timestamp
    event_category str
    Event category
    event_class str
    Event class
    event_count int
    Event count
    event_type str
    Event type
    start_timestamp_utc str
    Event start timestamp
    description String
    Event description
    deviceId String
    Device ID
    endTimestampUtc String
    Event end timestamp
    eventCategory String
    Event category
    eventClass String
    Event class
    eventCount Number
    Event count
    eventType String
    Event type
    startTimestampUtc String
    Event start timestamp

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi