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

Get Edge Deployment Logs

Description

Get Edge Deployment Log by Id

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs
Copy

Path Parameters

Path Parameters

string
id Required

Edge deployment ID


Query Parameters

Query Parameters

string
org_id Optional

org_id


string
page Optional

Page number to retrieve.


string
search Optional

Search Criteria. Please see model definition for list of searchable fields.

search example
"name $eq name-1"

string
size Optional

Size of each page.


array of string
sort Optional

Ascending/Descending. Format is property,{asc|desc} and default is ascending.

Parameter Serialization Style: form Explode:true

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PageEdgeDeploymentLogTO of type */*

Successfully retrieved All Edge Deployment Logs for Deployment

{
	"content": [
		{
			"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"
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
content Optional

boolean
empty Optional

boolean
first Optional

boolean
last Optional

integer as int32
number Optional

integer as int32
numberOfElements Optional

pageable Optional

integer as int32
size Optional

sort Optional

integer as int64
totalElements Optional

integer as int32
totalPages Optional
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 https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/logs


Feedback

Was this page helpful?