Verizon 5G Edge API Portal

vv1.0

GeoFenceConfigurationUpdateRequest

Request for /api/v1/application/configurations/geofence PUT endpoint. It requires at least one of vendorId, name, description, geofence, messages and isActive fields to be populated.

GeoFenceConfigurationUpdateRequest

Request for /api/v1/application/configurations/geofence PUT endpoint. It requires at least one of vendorId, name, description, geofence, messages and isActive fields to be populated.

Properties

NameTypeRequiredDescription
namestringNoName of the configuration.
descriptionstringNoDescription of the configuration.
geoFenceobjectNoThe GeoJSON representation of geofence. Geofence supports the following geometry types: LineString, Polygon, MultiLineString, and MultiPolygon. The system only supports a single Feature in the FeatureCollection, so only one Line, Polygon, MultiLine or MultiPolygon can be defined within one Geofencing configuration.
messageStandardstring (one of: etsi, sae, default: sae)NoSelect which V2X messaging standard will be used for the message generation. The following options are supported: - "etsi": The message will be generated using the ETSI (European) standard (e.g. DENM). - "sae": The message will be generated using the SAE J2735 (North American) standard (e.g. RSA, TIM). - if not sent while POST, defaults to "sae" - mandatory to send "etsi" standard here, if ETSI messages are being sent in config
messagesarrayNoList of predefined messages that belongs to the geofence. These are the messages that are sent out by the system when the Trigger Condition for the message is met.
isActivebooleanNo

On this page