Lists all OpenPipeline configuration IDs available in your Dynatrace environment.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.apps.dynatrace.com/platform/openpipeline/v1/configurations |
You can execute this request also with an OAuth2 client with openpipeline:configurations:read
permission.
To learn how to obtain and use it, see OAuth clients.
The request doesn't provide any configurable parameters.
ResponseBody
objectConfigurationListItem
objectBasic information about a configuration.
Indicates if the user is allowed to edit this object based on permissions and builtin property.
Identifier of the configuration.
ConfigurationSpecification
objectProvides additional information about the configuration.
Contains information about allowed buckets for the configuration.
Contains information about allowed endpoints for the configuration scope.
The key prefix that will be set when a metric for this configuration is extracted.
Contains information about allowed processors, grouped by stages, for the configuration.
BucketsSpecification
objectContains information about allowed buckets for the configuration.
The bucket table containing the allowed buckets for the configuration.
The default bucket that will be used to store records if nothing else is defined in the processing rules.
EndpointsSpecification
objectContains information about allowed endpoints for the configuration scope.
Indicates whether custom endpoints can be created for the configuration.
PipelinesSpecification
objectContains information about allowed processors, grouped by stages, for the configuration.
It contains information about allowed processors, for the 'Data Extraction' stage of the pipeline, for the configuration.
It contains information about allowed processors, for the 'Metric Extraction' stage of the pipeline, for the configuration.
It contains information about allowed processors, for the 'Processing' stage of the pipeline, for the configuration.
It contains information about allowed processors, for the 'Permission' stage of the pipeline, for configuration.
It contains information about allowed processors, for the 'Storage' stage of the pipeline, for the configuration.
[{"id": "logs","editable": false,"definition": {"endpointsSpecification": {"customEndpoints": false},"pipelinesSpecification": {"processing": ["drop","fieldsRemove","fieldsRename","technology","dql","fieldsAdd"],"dataExtraction": ["bizevent","davis"],"metricExtraction": ["valueMetric","counterMetric"],"securityContext": ["securityContext"],"storage": ["noStorage","bucketAssignment"]},"metricKeyPrefix": "log","bucketsSpecification": {"defaultBucket": "default_logs","bucketTable": "logs"}}},{"id": "events","editable": false,"definition": {"endpointsSpecification": {"customEndpoints": true},"pipelinesSpecification": {"processing": ["drop","fieldsRemove","fieldsRename","dql","fieldsAdd"],"dataExtraction": ["davis"],"metricExtraction": ["valueMetric","counterMetric"],"securityContext": ["securityContext"],"storage": ["noStorage","bucketAssignment"]},"metricKeyPrefix": "events","bucketsSpecification": {"defaultBucket": "default_events","bucketTable": "events"}}},{"id": "bizevents","editable": false,"definition": {"endpointsSpecification": {"customEndpoints": false},"pipelinesSpecification": {"processing": ["drop","fieldsRemove","fieldsRename","dql","fieldsAdd"],"dataExtraction": ["davis"],"metricExtraction": ["valueMetric","counterMetric"],"securityContext": ["securityContext"],"storage": ["noStorage","bucketAssignment"]},"metricKeyPrefix": "bizevents","bucketsSpecification": {"defaultBucket": "default_bizevents","bucketTable": "bizevents"}}}]
ErrorResponseEnvelope
objectEncloses the encountered error.
ErrorResponse
objectBasic information of the encountered error.
The returned HTTP status code.
Description of the encountered error.
ErrorResponseDetails
objectDetailed information of the error.
Defines the actual set of fields depending on the value. See one of the following objects:
constraintViolation
-> ConstraintViolationDetailsconstraintViolation
ConstraintViolationDetails
objectList of encountered constraint violations.
ConstraintViolation
objectInformation about a single constraint violation.
Description of the constraint violation.