Uploaded image for project: 'Eagle (Retired)'
  1. Eagle (Retired)
  2. EAGLE-955 Metric Explorer and Customized Dashboard
  3. EAGLE-957

Metric Explorer and Customized Dashboard Metadata Part

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • v0.5.0
    • v0.5.0
    • Core::UI Engine
    • None

    Description

      Add dashboard metadata entities and services

      • org.apache.eagle.metadata.model.DashboardEntity
      • org.apache.eagle.metadata.service.DashboardEntityService (Memory/JDBC)
      • org.apache.eagle.metadata.resource.DashboardResource

      API

          DELETE  /rest/dashboards/{uuid} (org.apache.eagle.metadata.resource.DashboardResource)
          GET     /rest/dashboards (org.apache.eagle.metadata.resource.DashboardResource)
          GET     /rest/dashboards/{uuidOrName} (org.apache.eagle.metadata.resource.DashboardResource)
          POST    /rest/dashboards (org.apache.eagle.metadata.resource.DashboardResource)
      

      Example

      • Create dashboard
      	 	POST    /rest/dashboards
      
      		{
      		  "name": "Sample Dashboard",
      		  "description": "This is a sample dashboard",
      		  "settings": {
      		  },
      		  "charts": [
      		    "{chartType: LINE}",
      		    "{chartType: PIE}"
      		  ]
      		}
      
      • Update dashboard
      		POST    /rest/dashboards
      		{
      		  "uuid": "e24fd133-adc2-4dd2-b7aa-ebf4890b145a"
      		  "name": "Sample Dashboard 2",
      		  "description": "This is another sample dashboard"
      		}
      

      Attachments

        Issue Links

          Activity

            People

              haoch Hao Chen
              haoch Hao Chen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: