Skip to content

Features

Usage Overview

On the Usage Overview tab, you can view the usage metrics of the Shadow Service.

feature01

Memory Usage

  1. Check the total memory and the used memory.
  2. The system will occupy about 10MB of storage by default.
  3. The amount is the average usage of the last hour and updates every hour.

Monthly Invocations

The invocation includes every message published from the device or client and every API call. The message subscribed from the device side will not be counted.

Usage Statistics

The statistics are real-time usage for coordinate point times. In 1 hour chart, it will show the system invocations which is invoked in every 5 minutes for connection check. The system invocations will not be counted in billed invocations.

chart

Shadow Models

In the Shadow Models list, you can create, edit, and delete shadow models, and import custom's shadow models in bulk via CSV files.

list

Add Shadow Model

Click the Add button to create a new shadow model.

new

FieldNecessityNote
NameRequired 3 to 50 characters, and can only contain letters, numbers, "-", "_", "."
IDRequired ID is a globally unique identifier for the shadow model that will be used in Topic and API, with a minimum of 8 bits and a maximum of 64 bits, and can only contain letters, numbers, "_", and "-". If not filled in it will be automatically generated.
NoteConditionalPut a note
Topic for publishingGeneratedAutomatically generated, the topic is based on ID for message publishing.
Topic for subscriptionGeneratedAutomatically generated, the topic is based on ID for message subscription.

Shadow Model Detail

Click the Shadow Model ID in the list, or click the "edit" icon in the Actions column to view the shadow model detail. On this page, you can view and modify the name and notes of the current shadow. You can also see the latest data of the payload JSON. And you can modify the JSON from the pop-up window.

detail

TIP

Once a shadow model is created, the ID cannot be modified anymore.

Learn more about the publishing topics and the subscription topics from Communication.