[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Notify Edge Deployment Log Status
DescriptionNotify Edge Deployment Log Status
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs/{logId}/notify
Path Parameters
Path Parameters
string
id
Required
Edge deployment ID
string
logId
Required
Edge deployment Log Document ID
Query Parameters
Query Parameters
string
action
Optional
action
Possible values are: CREATED , DELETED
string
org_id
Optional
org_id
Authentication
This operation uses the following authentication methods.
Response
Response Body
Response
201 Created
Created
Operation doesn't return any data structure.
Response Body
Response Body
202 Accepted
Returns
EdgeDeploymentLogTO
of type */*
Successfully updated admin of Edge Deployment Log Status
{
"createdAt": "string",
"credentialId": "string",
"edgeDeploymentId": "string",
"errorDetail": [
{
"cause": "ErrorDetail Object",
"code": "string",
"detail": "string",
"domain": "string",
"message": "string",
"parameters": {
"key": "string"
},
"severity": "string",
"timestampInUtc": "string"
}
],
"location": "string",
"logId": "string",
"logStatus": "string",
"orgId": "string",
"readAccessUri": "string"
}
string
createdAt
Optional
string
credentialId
Optional
string
edgeDeploymentId
Optional
string
location
Optional
string
logId
Optional
string
logStatus
Optional
string
orgId
Optional
string
readAccessUri
Optional
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
cURL Command
curl -X POST https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs/{logId}/notify
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
patch
delete