[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Get Schema Fields
DescriptionGets a list of query schema fields
Request
URLURL
https://{api_host}/vrlic/api/v1/query/fields
Query Parameters
Query Parameters
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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 SamplesCode Samples
cURL Command
curl https://{api_host}/vrlic/api/v1/query/fields?requestParams=string
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs