[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Schema Fields

Description

Gets a list of query schema fields

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/query/fields
Copy

Query Parameters

Query Parameters

requestParams Required

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SchemaFieldsDto of type */*
{
	"extractedFieldsCount": 0,
	"fields": [
		{
			"contentPackId": "string",
			"displayName": "string",
			"fieldOrigin": "SYSTEM",
			"fieldType": "string",
			"id": "string",
			"internalName": "string",
			"partitionIds": [
				"string"
			]
		}
	],
	"schemaFieldsCount": 0
}
integer as int32
extractedFieldsCount Optional

Number of extracted fields in the fields collection.


array of Field
fields Optional

A collection of fields which are a combination of fields found in the data platform schema, and extracted fields imported from content packs or other sources of content


integer as int32
schemaFieldsCount Optional

Number of indexed fields in the fields collection.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/query/fields?requestParams=string


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?