[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Save Edge Reported Attributes

Description

Save edge reported attributes for an org.

Request

Request

URL

URL


post
https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/reported-properties
Copy

Path Parameters

Path Parameters

string
id Required

Edge deployment ID


Request Body

Request Body

EdgeReportedTOV2 of mimetype application/json Required

edgeReportedTOV2

{
	"attributes": {
		"key": "string"
	},
	"eventTime": "string",
	"eventType": "DEVICE_CONNECTION_DETAILS",
	"id": "string",
	"orgId": "string"
}
map of string
attributes Optional

A map of edge reported attributes


string as date-time
eventTime Optional

The time at which event of type EdgeReportedEventType occurred


string
eventType Optional

Router service sends payload based on the event

Possible values are: DEVICE_CONNECTION_DETAILSEDGE_CONFIG_DETAILSMODULE_CONNECTION_DETAILS


string
id Optional

edge deployment id


string
orgId Optional

The id of the CSP org

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns EdgeReportedTOV2 of type */*

Save edge deployment reported attributes for an org.

{
	"attributes": {
		"key": "string"
	},
	"eventTime": "string",
	"eventType": "DEVICE_CONNECTION_DETAILS",
	"id": "string",
	"orgId": "string"
}
map of string
attributes Optional

A map of edge reported attributes


string as date-time
eventTime Optional

The time at which event of type EdgeReportedEventType occurred


string
eventType Optional

Router service sends payload based on the event

Possible values are: DEVICE_CONNECTION_DETAILSEDGE_CONFIG_DETAILSMODULE_CONNECTION_DETAILS


string
id Optional

edge deployment id


string
orgId Optional

The id of the CSP org

Errors

Errors

ErrorResponse
400

Bad Request


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found


ErrorResponse
409

Conflict


ErrorResponse
500

Unexpected internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"attributes":{"key":"string"},"eventTime":"string","eventType":"DEVICE_CONNECTION_DETAILS","id":"string","orgId":"string"}' https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/reported-properties
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: edgeReportedTOV2


Feedback

Was this page helpful?