Helper to add all needed fields to widget before using it with dashboard`resource.
data "appdynamics_dashboard_widget" "test" {
json = file("./dashboards/jenkins-cicd.json")
}
Name | Required | Type | Description | Example |
---|---|---|---|---|
json |
yes | string | Sample widget json | {} |
|widget_json
|yes|string|Properly formatted widget|{}
|
Unfortunately AppDynamics do not share API about widgets. For samples look here.