Adding a new *custom* API #657
interceptor
started this conversation in
Ideas
Replies: 1 comment
-
Nobody actually has custom plugins that they want to backup? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following documentation describes how to add API endpoints that are not coming configured out of the box:
https://dynatrace-oss.github.io/dynatrace-monitoring-as-code/Guides/add_new_api
Currently, to extend the API support, one has to add them to "dynatrace-monitoring-as-code\pkg\api*api.go*"
This is not helpful to add API extensions for custom Plugins and their configuration.
What I suggest is that the api.go class simply import the configuration from a JSON or YAML file and populate the current
apiMap collection with it. Done!
This would allow easy configuration of such needs, for example ours:
Any feedback on this would be greatly appreciated :)
Mike
Beta Was this translation helpful? Give feedback.
All reactions