You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Report#6473/v9
Tags:  not added yet

Report[SERVICE-6473]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: wlloydJan 12 2016 11:03 Modified by: Jakob23Nov 07 2016 11:47 Type:
Data
Path: csip-report/m/iet Context: csip-report Version: 2.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-report/m/iet/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

Description

Generates a JasperReport. The example below is for an IET related report.

Request

{
  "metainfo": {},
  "parameter": [
    {
      "name": "iet_data",
      "value": {
        "header": {
          "aoa_name": "AoA1",
          "file_name": "file1",
          "assessment_date": "10/27/2016",
          "county": "weld",
          "state": "CO"
        },
        "management": {
          "crop_rotation": "kale wheat",
          "fuel_type": "Diesel"
        },
        "water_erosion": {
          "contouring": "45 degree",
          "strip_barrier": "barrier",
          "hydraulic_element": "element",
          "stripcropping": "grass",
          "climate_file": "climates/Weld.xml"
        },
        "wind_erosion": {
          "field_length": 5000,
          "field_width": 6000,
          "orientation": 45,
          "north_barrier": "fence",
          "south_barrier": "grass",
          "east_barrier": "trees",
          "west_barrier": "bushes",
          "climate_station": "climates/Larimer.xml",
          "wind_station": "station/Weld.xml"
        },
        "soil_water": {
          "mapunit": "MU14",
          "soil_component": "Silty Loam",
          "slope_length": 100,
          "steepness": 6,
          "slope_shape": "uniform",
          "soil_loss_tolerance": 0.2,
          "soil_loss_simulated": 5
        },
        "soil_wind": {
          "mapunit": "MU15",
          "soil_component": "Clay",
          "total_biomass_residue": 200,
          "soil_loss_tolerance": 0.1,
          "soil_loss_simulated": 4
        },
        "stir_sci": {
          "avg_stir": 5,
          "avg_pm10": 2,
          "avg_fuel_use": 10,
          "sci": 1.3,
          "om": 0.3,
          "fo": 1.2,
          "er": 0.2
        },
        "rotation": {
          "total_stir": 1.4,
          "total_fuel_use": 30,
          "data": [
            {
              "date": "01/02/0000",
              "operation": "Tillage",
              "crop": "Corn wheat",
              "surface_residue": "1500",
              "interval_sci": 3,
              "interval_stir": 4.1,
              "interval_fuel_use": 10,
              "interval_water_erosion": 11,
              "interval_wind_erosion": 4,
              "creep_saltation": 7,
              "suspension": 9,
              "pm10": 1.1,
              "yield": 8,
              "yield_unit": "bu"
            },
            {
              "date": "02/02/0000",
              "operation": "Disk",
              "crop": "kale",
              "surface_residue": "1000",
              "interval_sci": 4,
              "interval_stir": 4.3,
              "interval_fuel_use": 11,
              "interval_water_erosion": 5,
              "interval_wind_erosion": 6,
              "creep_saltation": 10,
              "suspension": 6,
              "pm10": 2.3,
              "yield": 10,
              "yield_unit": "tons"
            }
          ]
        }
      }
    }
  ]
}

Response

{
    "metainfo": {
        "status": "Finished",
        "suid": "3eb1f9f8-a51b-11e6-8f39-813a448a0f69",
        "cloud_node": "172.1.6.38",
        "tstamp": "2016-11-07 11:51:51",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-report/m/iet/2.0",
        "request_ip": "10.2.228.59",
        "csip-report.version": "$version: 2.0.16 ba30b08efc78 2016-11-02 Jakob23, built at 2016-11-02 15:03 by jenkins$",
        "csip.version": "$version: 2.1.135 dac599163e62 2016-11-02 od, built at 2016-11-02 15:03 by jenkins$",
        "cpu_time": 469,
        "expiration_date": "2016-11-07 11:56:52"
    },
    "parameter": [
        {
            "name": "iet_data",
            "value": {
                "header": {
                    "aoa_name": "AoA1",
                    "file_name": "file1",
                    "assessment_date": "10/27/2016",
                    "county": "weld",
                    "state": "CO"
                },
                "management": {
                    "crop_rotation": "kale wheat",
                    "fuel_type": "Diesel"
                },
                "water_erosion": {
                    "contouring": "45 degree",
                    "strip_barrier": "barrier",
                    "hydraulic_element": "element",
                    "stripcropping": "grass",
                    "climate_file": "climates/Weld.xml"
                },
                "wind_erosion": {
                    "field_length": 5000,
                    "field_width": 6000,
                    "orientation": 45,
                    "north_barrier": "fence",
                    "south_barrier": "grass",
                    "east_barrier": "trees",
                    "west_barrier": "bushes",
                    "climate_station": "climates/Larimer.xml",
                    "wind_station": "station/Weld.xml"
                },
                "soil_water": {
                    "mapunit": "MU14",
                    "soil_component": "Silty Loam",
                    "slope_length": 100,
                    "steepness": 6,
                    "slope_shape": "uniform",
                    "soil_loss_tolerance": 0.2,
                    "soil_loss_simulated": 5
                },
                "soil_wind": {
                    "mapunit": "MU15",
                    "soil_component": "Clay",
                    "total_biomass_residue": 200,
                    "soil_loss_tolerance": 0.1,
                    "soil_loss_simulated": 4
                },
                "stir_sci": {
                    "avg_stir": 5,
                    "avg_pm10": 2,
                    "avg_fuel_use": 10,
                    "sci": 1.3,
                    "om": 0.3,
                    "fo": 1.2,
                    "er": 0.2
                },
                "rotation": {
                    "total_stir": 1.4,
                    "total_fuel_use": 30,
                    "data": [
                        {
                            "date": "01/02/0000",
                            "operation": "Tillage",
                            "crop": "Corn wheat",
                            "surface_residue": "1500",
                            "interval_sci": 3,
                            "interval_stir": 4.1,
                            "interval_fuel_use": 10,
                            "interval_water_erosion": 11,
                            "interval_wind_erosion": 4,
                            "creep_saltation": 7,
                            "suspension": 9,
                            "pm10": 1.1,
                            "yield": 8,
                            "yield_unit": "bu"
                        },
                        {
                            "date": "02/02/0000",
                            "operation": "Disk",
                            "crop": "kale",
                            "surface_residue": "1000",
                            "interval_sci": 4,
                            "interval_stir": 4.3,
                            "interval_fuel_use": 11,
                            "interval_water_erosion": 5,
                            "interval_wind_erosion": 6,
                            "creep_saltation": 10,
                            "suspension": 6,
                            "pm10": 2.3,
                            "yield": 10,
                            "yield_unit": "tons"
                        }
                    ]
                }
            }
        }
    ],
    "result": [
        {
            "name": "iet_report.pdf",
            "value": "http://csip.engr.colostate.edu:8092/csip-report/q/3eb1f9f8-a51b-11e6-8f39-813a448a0f69/iet_report.pdf"
        }
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (9)
Baselines
All (9)

Submitter Association Comment
Nothing found to display.