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

Get Error Report

Description

Get a single report containing information about template errors

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/admin/v3/templates/error-report
Copy

Query Parameters

Query Parameters

string
org_id Optional

Organization ID: non-super users can only access their own organization


string
template_search Optional

Search expression for selection of templates


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns TemplateErrorSummaryReportTO of type */*

Successfully retrieved the error report

{
	"errorSummaries": [
		{
			"errorVMs": 0,
			"numMessages": 0,
			"orgId": "string",
			"templateId": "string",
			"templateName": "string"
		}
	],
	"numTotalTemplates": 0,
	"orgId": "string"
}
errorSummaries Optional

integer as int64
numTotalTemplates Optional

string
orgId Optional
Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


404

Not Found


ErrorResponse
500

Failed to get data

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/admin/v3/templates/error-report


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

Was this page helpful?