Verizon 5G Edge API Portal

vv1.0

CreateSubscriptionRequest

The details of the subscription that you want to create.

CreateSubscriptionRequest

The details of the subscription that you want to create.

Properties

NameTypeRequiredDescription
accountidentifierobjectNoThe ID of the authenticating billing account, in the format {"billingaccountid":"1234567890-12345"}.
descriptionstringNoDescriptive information about the subscription.
disabledbooleanNoEnable or disable the subscription. A disabled subscription will not send any data.
emailstringNoThe address to which any error reports should be delivered.
filterstringNoString containing a $filter object with a property and value to filter out non-matching events.
billingaccountidstringNo
streamkindstringNoThe type of event data to send via this subscription. This will be ts.event in most cases. Other event types are ts.event.diagnostics for device diagnostic data, ts.event.configuration for device configuration events, or ts.event.security. Note that the device ThingSpace client must support sending specific event types for anything other than ts.event.
targetidstringNoThe ID of the target resource to be used when dispatching events. The corresponding target should have a “stream” addressscheme.
namestringNoName of the subscription.
allowaggregationbooleanNoSetting this value to false prevents the data returned from being aggregated and makes the data easier to parse.

On this page