1. Packages
  2. Azure Native
  3. API Docs
  4. deviceregistry
  5. getAsset
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

azure-native.deviceregistry.getAsset

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

    Get a Asset

    Uses Azure REST API version 2024-11-01.

    Other available API versions: 2023-11-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native deviceregistry [ApiVersion]. See the version guide for details.

    Using getAsset

    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 getAsset(args: GetAssetArgs, opts?: InvokeOptions): Promise<GetAssetResult>
    function getAssetOutput(args: GetAssetOutputArgs, opts?: InvokeOptions): Output<GetAssetResult>
    def get_asset(asset_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetAssetResult
    def get_asset_output(asset_name: Optional[pulumi.Input[str]] = None,
                  resource_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetAssetResult]
    func LookupAsset(ctx *Context, args *LookupAssetArgs, opts ...InvokeOption) (*LookupAssetResult, error)
    func LookupAssetOutput(ctx *Context, args *LookupAssetOutputArgs, opts ...InvokeOption) LookupAssetResultOutput

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

    public static class GetAsset 
    {
        public static Task<GetAssetResult> InvokeAsync(GetAssetArgs args, InvokeOptions? opts = null)
        public static Output<GetAssetResult> Invoke(GetAssetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
    public static Output<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:deviceregistry:getAsset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssetName string
    Asset name parameter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AssetName string
    Asset name parameter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    assetName String
    Asset name parameter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    assetName string
    Asset name parameter.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    asset_name str
    Asset name parameter.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    assetName String
    Asset name parameter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getAsset Result

    The following output properties are available:

    AssetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    AzureApiVersion string
    The Azure API version of the resource.
    ExtendedLocation Pulumi.AzureNative.DeviceRegistry.Outputs.ExtendedLocationResponse
    The extended location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status Pulumi.AzureNative.DeviceRegistry.Outputs.AssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    SystemData Pulumi.AzureNative.DeviceRegistry.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Uuid string
    Globally unique, immutable, non-reusable id.
    Version double
    An integer that is incremented each time the resource is modified.
    Attributes object
    A set of key-value pairs that contain custom attributes set by the customer.
    Datasets List<Pulumi.AzureNative.DeviceRegistry.Outputs.DatasetResponse>
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    DefaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    DefaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    DefaultTopic Pulumi.AzureNative.DeviceRegistry.Outputs.TopicResponse
    Object that describes the default topic information for the asset.
    Description string
    Human-readable description of the asset.
    DiscoveredAssetRefs List<string>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    DisplayName string
    Human-readable display name.
    DocumentationUri string
    Reference to the documentation.
    Enabled bool
    Enabled/Disabled status of the asset.
    Events List<Pulumi.AzureNative.DeviceRegistry.Outputs.EventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    ExternalAssetId string
    Asset id provided by the customer.
    HardwareRevision string
    Revision number of the hardware.
    Manufacturer string
    Asset manufacturer name.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model name.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Revision number of the software.
    Tags Dictionary<string, string>
    Resource tags.
    AssetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    AzureApiVersion string
    The Azure API version of the resource.
    ExtendedLocation ExtendedLocationResponse
    The extended location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status AssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Uuid string
    Globally unique, immutable, non-reusable id.
    Version float64
    An integer that is incremented each time the resource is modified.
    Attributes interface{}
    A set of key-value pairs that contain custom attributes set by the customer.
    Datasets []DatasetResponse
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    DefaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    DefaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    DefaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    Description string
    Human-readable description of the asset.
    DiscoveredAssetRefs []string
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    DisplayName string
    Human-readable display name.
    DocumentationUri string
    Reference to the documentation.
    Enabled bool
    Enabled/Disabled status of the asset.
    Events []EventResponse
    Array of events that are part of the asset. Each event can have per-event configuration.
    ExternalAssetId string
    Asset id provided by the customer.
    HardwareRevision string
    Revision number of the hardware.
    Manufacturer string
    Asset manufacturer name.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model name.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Revision number of the software.
    Tags map[string]string
    Resource tags.
    assetEndpointProfileRef String
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    azureApiVersion String
    The Azure API version of the resource.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status AssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    uuid String
    Globally unique, immutable, non-reusable id.
    version Double
    An integer that is incremented each time the resource is modified.
    attributes Object
    A set of key-value pairs that contain custom attributes set by the customer.
    datasets List<DatasetResponse>
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    defaultDatasetsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultEventsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    description String
    Human-readable description of the asset.
    discoveredAssetRefs List<String>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName String
    Human-readable display name.
    documentationUri String
    Reference to the documentation.
    enabled Boolean
    Enabled/Disabled status of the asset.
    events List<EventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId String
    Asset id provided by the customer.
    hardwareRevision String
    Revision number of the hardware.
    manufacturer String
    Asset manufacturer name.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model name.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Revision number of the software.
    tags Map<String,String>
    Resource tags.
    assetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    azureApiVersion string
    The Azure API version of the resource.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    Provisioning state of the resource.
    status AssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    uuid string
    Globally unique, immutable, non-reusable id.
    version number
    An integer that is incremented each time the resource is modified.
    attributes any
    A set of key-value pairs that contain custom attributes set by the customer.
    datasets DatasetResponse[]
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    defaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    description string
    Human-readable description of the asset.
    discoveredAssetRefs string[]
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName string
    Human-readable display name.
    documentationUri string
    Reference to the documentation.
    enabled boolean
    Enabled/Disabled status of the asset.
    events EventResponse[]
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId string
    Asset id provided by the customer.
    hardwareRevision string
    Revision number of the hardware.
    manufacturer string
    Asset manufacturer name.
    manufacturerUri string
    Asset manufacturer URI.
    model string
    Asset model name.
    productCode string
    Asset product code.
    serialNumber string
    Asset serial number.
    softwareRevision string
    Revision number of the software.
    tags {[key: string]: string}
    Resource tags.
    asset_endpoint_profile_ref str
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    azure_api_version str
    The Azure API version of the resource.
    extended_location ExtendedLocationResponse
    The extended location.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    Provisioning state of the resource.
    status AssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    uuid str
    Globally unique, immutable, non-reusable id.
    version float
    An integer that is incremented each time the resource is modified.
    attributes Any
    A set of key-value pairs that contain custom attributes set by the customer.
    datasets Sequence[DatasetResponse]
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    default_datasets_configuration str
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    default_events_configuration str
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    default_topic TopicResponse
    Object that describes the default topic information for the asset.
    description str
    Human-readable description of the asset.
    discovered_asset_refs Sequence[str]
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    display_name str
    Human-readable display name.
    documentation_uri str
    Reference to the documentation.
    enabled bool
    Enabled/Disabled status of the asset.
    events Sequence[EventResponse]
    Array of events that are part of the asset. Each event can have per-event configuration.
    external_asset_id str
    Asset id provided by the customer.
    hardware_revision str
    Revision number of the hardware.
    manufacturer str
    Asset manufacturer name.
    manufacturer_uri str
    Asset manufacturer URI.
    model str
    Asset model name.
    product_code str
    Asset product code.
    serial_number str
    Asset serial number.
    software_revision str
    Revision number of the software.
    tags Mapping[str, str]
    Resource tags.
    assetEndpointProfileRef String
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    azureApiVersion String
    The Azure API version of the resource.
    extendedLocation Property Map
    The extended location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status Property Map
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    uuid String
    Globally unique, immutable, non-reusable id.
    version Number
    An integer that is incremented each time the resource is modified.
    attributes Any
    A set of key-value pairs that contain custom attributes set by the customer.
    datasets List<Property Map>
    Array of datasets that are part of the asset. Each dataset describes the data points that make up the set.
    defaultDatasetsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultEventsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultTopic Property Map
    Object that describes the default topic information for the asset.
    description String
    Human-readable description of the asset.
    discoveredAssetRefs List<String>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName String
    Human-readable display name.
    documentationUri String
    Reference to the documentation.
    enabled Boolean
    Enabled/Disabled status of the asset.
    events List<Property Map>
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId String
    Asset id provided by the customer.
    hardwareRevision String
    Revision number of the hardware.
    manufacturer String
    Asset manufacturer name.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model name.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Revision number of the software.
    tags Map<String>
    Resource tags.

    Supporting Types

    AssetStatusDatasetResponse

    MessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.MessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    MessageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    messageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    name String
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    messageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    message_schema_reference MessageSchemaReferenceResponse
    The message schema reference object.
    name str
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    messageSchemaReference Property Map
    The message schema reference object.
    name String
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.

    AssetStatusErrorResponse

    Code int
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    Message string
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
    Code int
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    Message string
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
    code Integer
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    message String
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
    code number
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    message string
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
    code int
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    message str
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
    code Number
    Error code for classification of errors (ex: 400, 404, 500, etc.).
    message String
    Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).

    AssetStatusEventResponse

    MessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.MessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    MessageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    messageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    name String
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    messageSchemaReference MessageSchemaReferenceResponse
    The message schema reference object.
    name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    message_schema_reference MessageSchemaReferenceResponse
    The message schema reference object.
    name str
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    messageSchemaReference Property Map
    The message schema reference object.
    name String
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.

    AssetStatusResponse

    Datasets List<Pulumi.AzureNative.DeviceRegistry.Inputs.AssetStatusDatasetResponse>
    Array of dataset statuses that describe the status of each dataset.
    Errors List<Pulumi.AzureNative.DeviceRegistry.Inputs.AssetStatusErrorResponse>
    Array object to transfer and persist errors that originate from the Edge.
    Events List<Pulumi.AzureNative.DeviceRegistry.Inputs.AssetStatusEventResponse>
    Array of event statuses that describe the status of each event.
    Version double
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    Datasets []AssetStatusDatasetResponse
    Array of dataset statuses that describe the status of each dataset.
    Errors []AssetStatusErrorResponse
    Array object to transfer and persist errors that originate from the Edge.
    Events []AssetStatusEventResponse
    Array of event statuses that describe the status of each event.
    Version float64
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    datasets List<AssetStatusDatasetResponse>
    Array of dataset statuses that describe the status of each dataset.
    errors List<AssetStatusErrorResponse>
    Array object to transfer and persist errors that originate from the Edge.
    events List<AssetStatusEventResponse>
    Array of event statuses that describe the status of each event.
    version Double
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    datasets AssetStatusDatasetResponse[]
    Array of dataset statuses that describe the status of each dataset.
    errors AssetStatusErrorResponse[]
    Array object to transfer and persist errors that originate from the Edge.
    events AssetStatusEventResponse[]
    Array of event statuses that describe the status of each event.
    version number
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    datasets Sequence[AssetStatusDatasetResponse]
    Array of dataset statuses that describe the status of each dataset.
    errors Sequence[AssetStatusErrorResponse]
    Array object to transfer and persist errors that originate from the Edge.
    events Sequence[AssetStatusEventResponse]
    Array of event statuses that describe the status of each event.
    version float
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    datasets List<Property Map>
    Array of dataset statuses that describe the status of each dataset.
    errors List<Property Map>
    Array object to transfer and persist errors that originate from the Edge.
    events List<Property Map>
    Array of event statuses that describe the status of each event.
    version Number
    A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.

    DataPointResponse

    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    ObservabilityMode string
    An indication of how the data point should be mapped to OpenTelemetry.
    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    ObservabilityMode string
    An indication of how the data point should be mapped to OpenTelemetry.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode String
    An indication of how the data point should be mapped to OpenTelemetry.
    dataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name string
    The name of the data point.
    dataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode string
    An indication of how the data point should be mapped to OpenTelemetry.
    data_source str
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name str
    The name of the data point.
    data_point_configuration str
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observability_mode str
    An indication of how the data point should be mapped to OpenTelemetry.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode String
    An indication of how the data point should be mapped to OpenTelemetry.

    DatasetResponse

    Name string
    Name of the dataset.
    DataPoints List<Pulumi.AzureNative.DeviceRegistry.Inputs.DataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    Topic Pulumi.AzureNative.DeviceRegistry.Inputs.TopicResponse
    Object that describes the topic information for the specific dataset.
    Name string
    Name of the dataset.
    DataPoints []DataPointResponse
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    Topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name String
    Name of the dataset.
    dataPoints List<DataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    datasetConfiguration String
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name string
    Name of the dataset.
    dataPoints DataPointResponse[]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    datasetConfiguration string
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name str
    Name of the dataset.
    data_points Sequence[DataPointResponse]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    dataset_configuration str
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name String
    Name of the dataset.
    dataPoints List<Property Map>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    datasetConfiguration String
    Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
    topic Property Map
    Object that describes the topic information for the specific dataset.

    EventResponse

    EventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    Name string
    The name of the event.
    EventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    ObservabilityMode string
    An indication of how the event should be mapped to OpenTelemetry.
    Topic Pulumi.AzureNative.DeviceRegistry.Inputs.TopicResponse
    Object that describes the topic information for the specific event.
    EventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    Name string
    The name of the event.
    EventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    ObservabilityMode string
    An indication of how the event should be mapped to OpenTelemetry.
    Topic TopicResponse
    Object that describes the topic information for the specific event.
    eventNotifier String
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name String
    The name of the event.
    eventConfiguration String
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode String
    An indication of how the event should be mapped to OpenTelemetry.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    eventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name string
    The name of the event.
    eventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode string
    An indication of how the event should be mapped to OpenTelemetry.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    event_notifier str
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name str
    The name of the event.
    event_configuration str
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observability_mode str
    An indication of how the event should be mapped to OpenTelemetry.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    eventNotifier String
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name String
    The name of the event.
    eventConfiguration String
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    observabilityMode String
    An indication of how the event should be mapped to OpenTelemetry.
    topic Property Map
    Object that describes the topic information for the specific event.

    ExtendedLocationResponse

    Name string
    The extended location name.
    Type string
    The extended location type.
    Name string
    The extended location name.
    Type string
    The extended location type.
    name String
    The extended location name.
    type String
    The extended location type.
    name string
    The extended location name.
    type string
    The extended location type.
    name str
    The extended location name.
    type str
    The extended location type.
    name String
    The extended location name.
    type String
    The extended location type.

    MessageSchemaReferenceResponse

    SchemaName string
    The message schema name.
    SchemaRegistryNamespace string
    The message schema registry namespace.
    SchemaVersion string
    The message schema version.
    SchemaName string
    The message schema name.
    SchemaRegistryNamespace string
    The message schema registry namespace.
    SchemaVersion string
    The message schema version.
    schemaName String
    The message schema name.
    schemaRegistryNamespace String
    The message schema registry namespace.
    schemaVersion String
    The message schema version.
    schemaName string
    The message schema name.
    schemaRegistryNamespace string
    The message schema registry namespace.
    schemaVersion string
    The message schema version.
    schema_name str
    The message schema name.
    schema_registry_namespace str
    The message schema registry namespace.
    schema_version str
    The message schema version.
    schemaName String
    The message schema name.
    schemaRegistryNamespace String
    The message schema registry namespace.
    schemaVersion String
    The message schema version.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TopicResponse

    Path string
    The topic path for messages published to an MQTT broker.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    Path string
    The topic path for messages published to an MQTT broker.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path String
    The topic path for messages published to an MQTT broker.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path string
    The topic path for messages published to an MQTT broker.
    retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path str
    The topic path for messages published to an MQTT broker.
    retain str
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path String
    The topic path for messages published to an MQTT broker.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi