[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Create And Upload Logs
DescriptionCreate edge deployment log via runCommand
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs
Path Parameters
Path Parameters
string
id
Required
Edge deployment ID
Query Parameters
Query Parameters
string
org_id
Optional
Organization ID: non-super users can only access their own organization
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
EdgeDeploymentLogTO
of type */*
Successfully created log for edge deployment
{
"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
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Not Found
ErrorResponse
500
Unexpected internal server error
Code Samples
cURL Command
curl -X POST https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
patch
delete