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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.azuresphere.listCatalogDeviceInsights
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- Catalog
Name string - Name of catalog
- Resource
Group stringName - 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 string - Name of catalog
- Resource
Group stringName - 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 String - Name of catalog
- resource
Group StringName - 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 string - Name of catalog
- resource
Group stringName - 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_ strname - 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 String - Name of catalog
- resource
Group StringName - 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 string
- Event description
- Device
Id string - Device ID
- End
Timestamp stringUtc - Event end timestamp
- Event
Category string - Event category
- Event
Class string - Event class
- Event
Count int - Event count
- Event
Type string - Event type
- Start
Timestamp stringUtc - Event start timestamp
- Description string
- Event description
- Device
Id string - Device ID
- End
Timestamp stringUtc - Event end timestamp
- Event
Category string - Event category
- Event
Class string - Event class
- Event
Count int - Event count
- Event
Type string - Event type
- Start
Timestamp stringUtc - Event start timestamp
- description String
- Event description
- device
Id String - Device ID
- end
Timestamp StringUtc - Event end timestamp
- event
Category String - Event category
- event
Class String - Event class
- event
Count Integer - Event count
- event
Type String - Event type
- start
Timestamp StringUtc - Event start timestamp
- description string
- Event description
- device
Id string - Device ID
- end
Timestamp stringUtc - Event end timestamp
- event
Category string - Event category
- event
Class string - Event class
- event
Count number - Event count
- event
Type string - Event type
- start
Timestamp stringUtc - Event start timestamp
- description str
- Event description
- device_
id str - Device ID
- end_
timestamp_ strutc - 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_ strutc - Event start timestamp
- description String
- Event description
- device
Id String - Device ID
- end
Timestamp StringUtc - Event end timestamp
- event
Category String - Event category
- event
Class String - Event class
- event
Count Number - Event count
- event
Type String - Event type
- start
Timestamp StringUtc - Event start timestamp
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi