Gets all technology bundles.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.apps.dynatrace.com/platform/openpipeline/v1/technologies |
To execute this request, you need an access token with settings.read
scope.
To learn how to obtain and use it, see Tokens and authentication.
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
objectTechnologyGroup
objectTechnology group with name and a list of technology bundles.
Identifier of the technology group.
Technology
objectA technology bundle that represents a specific technology.
Detailed description of the specific technology and contents of the bundle.
URL to fetch the associated icon for the technology.
Identifier of the technology bundle.
Matching condition to apply on incoming records.
Name of the technology bundle.
Summary about the specific technology.
Tags to categorize the specific technology.
[{"groupId": "ElasticSearch","technologies": [{"id": "elasticsearch_9430","name": "ElasticSearch Logs parser","iconUrl": null,"shortDescription": "ElasticSearch technology","fullDescription": "ElasticSearch technology parsers","tags": ["slow","log","elastic"],"matcher": "matchesValue(process.technology, \"elastic_search\") or matchesValue(process.technology, \"elasticsearch\")"}]}]
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.