Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Check the status of an asset or component model

Focus mode
Check the status of an asset or component model - AWS IoT SiteWise

You can use the AWS IoT SiteWise console or API to check the status of an asset model or component model.

Check the status of an asset model or component model (console)

Use the following procedure to check the status of an asset model or component model in the AWS IoT SiteWise console.

Tip

Asset models and component models are both listed under Models in the navigation pane. The Details panel of the selected asset model or component model indicates which type it is.

To check the status of an asset model or component model (console)
  1. Navigate to the AWS IoT SiteWise console.

  2. In the navigation pane, choose Models.

  3. Choose the model to check.

  4. Find Status in the Details panel.

    AWS IoT SiteWise "Asset model" page screenshot with asset model status highlighted.

Check the status of an asset model or component model (AWS CLI)

You can use the AWS CLI to check the status of an asset model or component model.

To check the status of an asset model or component model, use the DescribeAssetModel operation with the assetModelId parameter.

Tip

The AWS CLI defines component models as a type of asset model. Therefore, you use the same DescribeAssetModel operation for both types of model. The assetModelType field in the response indicates whether it's an ASSET_MODEL or a COMPONENT_MODEL.

To check the status of an asset model or component model (AWS CLI)
  • Run the following command to describe the model. Replace asset-model-id with the ID or the external ID of the asset model or component model. The external ID is a user-defined ID. For more information, see Reference objects with external IDs in the AWS IoT SiteWise User Guide.

    aws iotsitewise describe-asset-model --asset-model-id asset-model-id

    The operation returns a response that contains the model's details. The response contains an assetModelStatus object that has the following structure.

    { ... "assetModelStatus": { "state": "String", "error": { "code": "String", "message": "String" } } }

    The model's state is in assetModelStatus.state in the JSON object.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.