TrackSubscription

TrackSubscription
TrackSubscription

This is the object used to represent the information that an rApp uses to subscribe to the change notifications. Re-use MultiGet schema since it contains a list of cell ids and parameter names that the rApp is interested in getting their change notifications. However, unlike the cmread jobs, the cell ids array and parameter names array must have the same dimensions. The values in two arrays at the same indices indicate the subscription for the indexed cell id and parameter name. A value of "all" in the cell id field is treated as a wild card to subscribe to the parameter of all ids, and a value of "all" in the parameter name fields is treated as a wild card to subscribe to all the parameters of an id.

AllOf
This class requires all of the following:
JSON Example
{
    "cell_ids": [
        "string"
    ],
    "mo_type": "string"
}