Optional
requestFactory: LogsIndexesApiRequestFactoryOptional
responseProcessor: LogsIndexesApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationGet one log index from your organization. This endpoint takes no JSON arguments.
The request object
Optional
options: ConfigurationGet the current order of your log indexes. This endpoint takes no JSON arguments.
Optional
options: ConfigurationThe Index object describes the configuration of a log index.
This endpoint returns an array of the LogIndex
objects of your organization.
Optional
options: ConfigurationUpdate an index as identified by its name. Returns the Index object passed in the request body when the request is successful.
Using the PUT
method updates your index’s configuration by replacing
your current configuration with the new one sent to your Datadog organization.
The request object
Optional
options: ConfigurationThis endpoint updates the index order of your organization. It returns the index order object passed in the request body when the request is successful.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Creates a new index. Returns the Index object passed in the request body when the request is successful.