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

SchemaFieldsDto

Properties

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.

JSON Example

{
	"extractedFieldsCount": 0,
	"fields": [
		{
			"contentPackId": "string",
			"displayName": "string",
			"fieldOrigin": "SYSTEM",
			"fieldType": "string",
			"id": "string",
			"internalName": "string",
			"partitionIds": [
				"string"
			]
		}
	],
	"schemaFieldsCount": 0
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Returned By

Get Schema Fields

Feedback

Was this page helpful?