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

Application Lifecycle Management

Search In Project

Search inClear

LMOD Operations#6457/HEAD / v3
Tags:  not added yet

LMOD Operations[SERVICE-6457]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 21 2018 08:02 Type:
Data
Path: d/operation/1.0 Context: csip-lmod Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-lmod/d/operation/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
Land Management Operations Database (LMOD) service for retrieving operations data.

{
  "metainfo": {},
  "parameter": [
      {
     	  "name": "file_key",
          "description": "BigInt that uniquely identifies an operation",
          "value": "8771716787495337030"
      },
      {
          "name": "keywords",
          "description": "search for an operation based upon keywords.  Keywords are space delimited and may be negated for an exclusive search.  For example [plow -furrow] would search for all records containing the word plow, but not the word furrow.",
          "value": "plow -furrow"
      },
      {
          "name": "limit",
          "description": "Maximum number of rows to be returned.",
          "value": "1"
      },
      {
          "name": "offset",
          "description": "Starting row for return records.",
          "value": "0"
      },
      {
          "name": "name",
          "description": "filters file name on a full string.  Otherwise, exactly like the Keywords parameter.  Also negate-able",
          "value": "Chisel plow, coulter, st. pts., cover disks"
      },
      {
          "name": "path",
          "description": "filters file path on a full string.  Otherwise, exactly like the Keywords parameter.  Also negate-able",
          "value": "operations"
      },
      {
          "name": "format",
          "description": "Use this parameter to specify if you need data in a model specific format.  Current values are r2 for rusle2, weps for wind erosion prediction, and lmod for a database specific version.  Case insensitive",
          "value": "r2,weps,lmod"
      },
      {
          "name": "full-data",
          "description": "T, True, F, False - answers the questions: Do you want to retrieve only records which have both WEPS and R2 data associated with them.  T indicates both formats are required.",
          "value": "F"
      }
      ]
}
{
  "metainfo": {
    ...
  },
  "parameter": [
    ...
  ],
  "result": [{
    "managements": [],
    "managementCount": 0,
    "operations": [{
      "file_key": "8771716787495337030",
      "name": "Chisel plow, coulter, st. pts., cover disks",
      "path": "operations",
      "r2Data": "<Obj>...<\/Obj>",
      "wepsData": ""
    }],
    "operationCount": 1,
    "crops": [],
    "cropCount": 0,
    "residues": [],
    "residueCount": 0,
    "barriers": [],
    "barriersCount": 0
  }]
}
   (none)
   (none)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (3)
Baselines
All (3)

Filter
 
No data to display.