Save Edge Reported Attributes
DescriptionSave edge reported attributes for an org.
Request
URLURL
Path Parameters
Path Parameters
Edge deployment ID
Request Body
{
"attributes": {
"key": "string"
},
"eventTime": "string",
"eventType": "DEVICE_CONNECTION_DETAILS",
"id": "string",
"orgId": "string"
}
A map of edge reported attributes
The time at which event of type EdgeReportedEventType occurred
Router service sends payload based on the event
Possible values are: DEVICE_CONNECTION_DETAILS , EDGE_CONFIG_DETAILS , MODULE_CONNECTION_DETAILS
edge deployment id
The id of the CSP org
Authentication
Response
Response BodyResponse Body
201 Created
Save edge deployment reported attributes for an org.
{
"attributes": {
"key": "string"
},
"eventTime": "string",
"eventType": "DEVICE_CONNECTION_DETAILS",
"id": "string",
"orgId": "string"
}
A map of edge reported attributes
The time at which event of type EdgeReportedEventType occurred
Router service sends payload based on the event
Possible values are: DEVICE_CONNECTION_DETAILS , EDGE_CONFIG_DETAILS , MODULE_CONNECTION_DETAILS
edge deployment id
The id of the CSP org
Errors
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unexpected internal server error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: edgeReportedTOV2