These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native-v2.azuresphere.listCatalogDeviceInsights
Explore with Pulumi AI
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 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)
public static Output<ListCatalogDeviceInsightsResult> listCatalogDeviceInsights(ListCatalogDeviceInsightsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:azuresphere:listCatalogDeviceInsights
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Name This property is required. Changes to this property will trigger replacement.
- Name of catalog
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- Catalog
Name This property is required. Changes to this property will trigger replacement.
- Name of catalog
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- catalog
Name This property is required. Changes to this property will trigger replacement.
- Name of catalog
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- catalog
Name This property is required. Changes to this property will trigger replacement.
- Name of catalog
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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 This property is required. Changes to this property will trigger replacement.
- Name of catalog
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- 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.
- catalog
Name This property is required. Changes to this property will trigger replacement.
- Name of catalog
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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:
- Next
Link string - The link to the next page of items
- Value
List<Pulumi.
Azure Native. Azure Sphere. Outputs. Device Insight Response> - The DeviceInsight items on this page
- Next
Link string - The link to the next page of items
- Value
[]Device
Insight Response - The DeviceInsight items on this page
- next
Link String - The link to the next page of items
- value
List<Device
Insight Response> - The DeviceInsight items on this page
- next
Link string - The link to the next page of items
- value
Device
Insight Response[] - The DeviceInsight items on this page
- next_
link str - The link to the next page of items
- value
Sequence[Device
Insight Response] - The DeviceInsight items on this page
- next
Link String - The link to the next page of items
- value List<Property Map>
- The DeviceInsight items on this page
Supporting Types
DeviceInsightResponse
- Description
This property is required. string - Event description
- Device
Id This property is required. string - Device ID
- End
Timestamp Utc This property is required. string - Event end timestamp
- Event
Category This property is required. string - Event category
- Event
Class This property is required. string - Event class
- Event
Count This property is required. int - Event count
- Event
Type This property is required. string - Event type
- Start
Timestamp Utc This property is required. string - Event start timestamp
- Description
This property is required. string - Event description
- Device
Id This property is required. string - Device ID
- End
Timestamp Utc This property is required. string - Event end timestamp
- Event
Category This property is required. string - Event category
- Event
Class This property is required. string - Event class
- Event
Count This property is required. int - Event count
- Event
Type This property is required. string - Event type
- Start
Timestamp Utc This property is required. string - Event start timestamp
- description
This property is required. String - Event description
- device
Id This property is required. String - Device ID
- end
Timestamp Utc This property is required. String - Event end timestamp
- event
Category This property is required. String - Event category
- event
Class This property is required. String - Event class
- event
Count This property is required. Integer - Event count
- event
Type This property is required. String - Event type
- start
Timestamp Utc This property is required. String - Event start timestamp
- description
This property is required. string - Event description
- device
Id This property is required. string - Device ID
- end
Timestamp Utc This property is required. string - Event end timestamp
- event
Category This property is required. string - Event category
- event
Class This property is required. string - Event class
- event
Count This property is required. number - Event count
- event
Type This property is required. string - Event type
- start
Timestamp Utc This property is required. string - Event start timestamp
- description
This property is required. str - Event description
- device_
id This property is required. str - Device ID
- end_
timestamp_ utc This property is required. str - Event end timestamp
- event_
category This property is required. str - Event category
- event_
class This property is required. str - Event class
- event_
count This property is required. int - Event count
- event_
type This property is required. str - Event type
- start_
timestamp_ utc This property is required. str - Event start timestamp
- description
This property is required. String - Event description
- device
Id This property is required. String - Device ID
- end
Timestamp Utc This property is required. String - Event end timestamp
- event
Category This property is required. String - Event category
- event
Class This property is required. String - Event class
- event
Count This property is required. Number - Event count
- event
Type This property is required. String - Event type
- start
Timestamp Utc This property is required. String - Event start timestamp
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi