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

Application Lifecycle Management

Search In Project

Search inClear

ann01-collect#39005/HEAD / v15
Tags:  not added yet

ann01-collect[SERVICE-39005]

Tracker: Services Priority: NormalNormal Status: New
Submitted by: odavidJan 04 2018 13:14 Modified by: sidereusJan 11 2018 09:56 Type:
Model
Path: m/collect/1.0 Context: csip-ann Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

Collect raw data

This service collects raw data for later ann training.

Data can be collected:

  • per permutation: a single value for each parameter specified in the payload;
  • per csv file: user attaches a csv file to the payload. Only columns named like the parameters specified in the payload are collected.

The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.

DirectedAcyclicGraph plugin failed: Could not find plugin DirectedAcyclicGraph
(com.ecyrd.jspwiki.plugin.PluginException:Could not find plugin DirectedAcyclicGraph, java.lang.ClassNotFoundException:Class 'DirectedAcyclicGraph' not found in search path!)

Collect per permutation

{
    "metainfo": {},
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "slope",
            "value": 0.1,
            "description": "in"
        },
        {
            "name": "soilIndex",
            "value": 19,
            "description": "in"
        },
        {
            "name": "stir",
            "value": 5,
            "description": "in"
        },
        {
            "name": "contour",
            "value": 0,
            "description": "in, normalized"
        },
        {
            "name": "compct_r",
            "value": 75,
            "description": "in"
        },
        {
            "name": "erosion",
            "value": 0.081694489550937,
            "description": "out"
        }
    ]
}
{
    "metainfo": {
        "attachments": "\"[240]\"",
        "status": "Finished",
        "suid": "ff31c483-f5a5-11e7-b87a-4d24f102d1ea",
        "cloud_node": "10.1.84.7",
        "request_ip": "129.82.23.199",
        "service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0",
        "csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 15:35 by jenkins$",
        "tstamp": "2018-01-09 18:31:35",
        "cpu_time": 93,
        "expiration_date": "2018-01-09 18:32:05"
    },
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "slope",
            "value": 0.1,
            "description": "in"
        },
        {
            "name": "soilIndex",
            "value": 19,
            "description": "in"
        },
        {
            "name": "stir",
            "value": 5,
            "description": "in"
        },
        {
            "name": "contour",
            "value": 0,
            "description": "in, normalized"
        },
        {
            "name": "compct_r",
            "value": 75,
            "description": "in"
        },
        {
            "name": "erosion",
            "value": 0.081694489550937,
            "description": "out"
        }
    ],
    "result": [
        {
            "name": "status",
            "value": "ok"
        }
    ]
}

Collect per csv file

{
    "metainfo": {},
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "slope",
            "value": 0.1,
            "description": "in"
        },
        {
            "name": "soilIndex",
            "value": 19,
            "description": "in"
        },
        {
            "name": "stir",
            "value": 5,
            "description": "in"
        },
        {
            "name": "contour",
            "value": 0,
            "description": "in, normalized"
        },
        {
            "name": "compct_r",
            "value": 75,
            "description": "in"
        },
        {
            "name": "erosion",
            "value": 0.081694489550937,
            "description": "out"
        }
    ]
}
{
    "metainfo": {
        "attachments": "\"[table_jmeter.csv]\"",
        "status": "Finished",
        "suid": "b0c2cfca-f5a7-11e7-b48e-f9774fe5b18d",
        "cloud_node": "10.1.27.11",
        "request_ip": "129.82.23.199",
        "service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0",
        "csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 15:35 by jenkins$",
        "tstamp": "2018-01-09 18:43:43",
        "cpu_time": 244,
        "expiration_date": "2018-01-09 18:44:13"
    },
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "slope",
            "value": 0.1,
            "description": "in"
        },
        {
            "name": "soilIndex",
            "value": 19,
            "description": "in"
        },
        {
            "name": "stir",
            "value": 5,
            "description": "in"
        },
        {
            "name": "contour",
            "value": 0,
            "description": "in, normalized"
        },
        {
            "name": "compct_r",
            "value": 75,
            "description": "in"
        },
        {
            "name": "erosion",
            "value": 0.081694489550937,
            "description": "out"
        }
    ],
    "result": [
        {
            "name": "status",
            "value": "ok"
        }
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (15)
Baselines
All (15)

New Jan 04 2018 13:14
Submit by odavid
Compare tracker item versions
Submitted Action Version
sidereus
Jan 11 2018 09:56
Edit 15
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...lect per csv file[Payload + csv attachment][:color:#009900][:background:#DDFFDD])
(m/collect/1.0[csip service][:depend:Collect per permutation][:depend:Collect per csv file][:color:red])
(test_ann/raw[database...uot;status",
"value": "ok"
}
]
}
}}}
%!
%!

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...lect per csv file[Payload + csv attachment][:color:#009900][:background:#DDFFDD])
(m/collect/1.0[:depend:Collect per permutation][:depend:Collect per csv file][:color:red])
(test_ann/raw[database...uot;status",
"value": "ok"
}
]
}
}}}
%!
%!
sidereus
Jan 11 2018 09:55
Edit 14
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...thods. However, if a csv file is attached, single values specified in the payload are ignored.
[{ DirectedAcyclicGraph title='Collect service'¶
(Collect per permutation[Payload][:color:#009900][:background:#DDFFDD])¶
(Collect per csv file[Payload + csv attachment][:color:#009900][:background:#DDFFDD])¶
(m/collect/1.0[:depend:Collect per permutation][:depend:Collect per csv file][:color:red])¶
(test_ann/raw[database/collection][:depend:m/collect/1.0][:color:#777777][:background:#DDDDDD])¶
}]¶
!2 Collect per permutation
%%tabbedSection
%%tab-Request
{{{{
"metainfo": {},
...uot;status",
"value": "ok"
}
]
}
}}}
%!
%!

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...thods. However, if a csv file is attached, single values specified in the payload are ignored.
!2 Collect per permutation
%%tabbedSection
%%tab-Request
{{{{
"metainfo": {},
...uot;status",
"value": "ok"
}
]
}
}}}
%!
%!
sidereus
Jan 10 2018 08:45
Edit 13
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collected:
* __per permutation:__ a single value for each parameter specified in the payload;
* __per csv file:__ user attaches a csv file to the payload. Only columns named like the parameters specified in the payload are col...hods. However, if a csv file is attached, single values specified in the payload are ignored.
!2 Collect per permutation
%%tabbedSection
%%tab-Request
{{{{
"metainfo": {},
"parameter": [
{
"name&qu...81694489550937,
"description": "out"
}
]
}
}}}
%

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collected:
* per permutation: a single value for each parameter specified in the payload;
* per csv file: user must attach a csv file to the payload. Only columns named like the parameters specified in the payload are col...hods. However, if a csv file is attached, single values specified in the payload are ignored.
!3 Collect per permutation
%%tabbedSection
%%tab-Request
{{{
{
"metainfo": {},
"parameter": [
{
"name&qu...81694489550937,
"description": "out"
}
]
}
}}}
%
sidereus
Jan 09 2018 18:50
Edit 12
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...;
}
]
}
}}}
%%
%%
!3 Collect per csv file
%%tabbedSection
%%tab-Request
{{{¶
{
"metainfo": {},
"parameter": [
{
"name&q...;: 0.081694489550937,
"description": "out"
}
]
}
}}}¶
%%
%%tab-Response
{{{
{
"metainfo": {
"attachments": "\&q...uot;status",
"value": "ok"
}
]
}
}}}
%%
%%

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...;
}
]
}
}}}
%%
%%
!3 Collect per csv file
%%tabbedSection
%%tab-Request
{
"metainfo": {},
"parameter": [
{
"name&q...;: 0.081694489550937,
"description": "out"
}
]
}
%%
%%tab-Response
{{{
{
"metainfo": {
"attachments": "\&q...uot;status",
"value": "ok"
}
]
}
}}}
%%
%%
sidereus
Jan 09 2018 18:48
Edit 11
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...n methods. However, if a csv file is attached, single values specified in the payload are ignored.
!3 Collect per permutation¶
%%tabbedSection¶
%%tab-Request¶
{{{¶
"metainfo": {},¶
"parameter": [¶
"name": "annName",¶
"value": "test_ann"¶
},¶
"name": "slope",¶
"value": 0.1,¶
"description": "in"¶
},¶
"name": "soilIndex",¶
"value": 19,¶
"description": "in"¶
},¶
"name": "stir",¶
"value": 5,¶
"description": "in"¶
},¶
"name": "contour",¶
"value": 0,¶
"description": "in, normalized"¶
},¶
"name": "compct_r",¶
"value": 75,¶
"description": "in"¶
},¶
"name": "erosion",¶
"value": 0.081694489550937,¶
"description": "out"¶
}}}¶
%%¶
%%tab-Response¶
{{{¶
"metainfo": {¶
"attachments": "\"[240]\"",¶
"status": "Finished",¶
"suid": "ff31c483-f5a5-11e7-b87a-4d24f102d1ea",¶
"cloud_node": "10.1.84.7",¶
"request_ip": "129.82.23.199",¶
"service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0",¶
"csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 15:35 by jenkins$",¶
"tstamp": "2018-01-09 18:31:35",¶
"cpu_time": 93,¶
"expiration_date": "2018-01-09 18:32:05"¶
},¶
"parameter": [¶
"name": "annName",¶
"value": "test_ann"¶
},¶
"name": "slope",¶
"value": 0.1,¶
"description": "in"¶
},¶
"name": "soilIndex",¶
"value": 19,¶
"description": "in"¶
},¶
"name": "stir",¶
"value": 5,¶
"description": "in"¶
},¶
"name": "contour",¶
"value": 0,¶
"description": "in, normalized"¶
},¶
"name": "compct_r",¶
"value": 75,¶
"description": "in"¶
},¶
"name": "erosion",¶
"value": 0.081694489550937,¶
"description": "out"¶
],¶
"result": [¶
"name": "status",¶
"value": "ok"¶
}}}¶
%%¶
%%¶
!3 Collect per csv file¶
%%tabbedSection¶
%%tab-Request¶
"metainfo": {},¶
"parameter": [¶
"name": "annName",¶
"value": "test_ann"¶
},¶
"name": "slope",¶
"value": 0.1,¶
"description": "in"¶
},¶
"name": "soilIndex",¶
"value": 19,¶
"description": "in"¶
},¶
"name": "stir",¶
"value": 5,¶
"description": "in"¶
},¶
"name": "contour",¶
"value": 0,¶
"description": "in, normalized"¶
},¶
"name": "compct_r",¶
"value": 75,¶
"description": "in"¶
},¶
"name": "erosion",¶
"value": 0.081694489550937,¶
"description": "out"¶
%%¶
%%tab-Response¶
{{{¶
"metainfo": {¶
"attachments": "\"[table_jmeter.csv]\"",¶
"status": "Finished",¶
"suid": "b0c2cfca-f5a7-11e7-b48e-f9774fe5b18d",¶
"cloud_node": "10.1.27.11",¶
"request_ip": "129.82.23.199",¶
"service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0",¶
"csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 15:35 by jenkins$",¶
"tstamp": "2018-01-09 18:43:43",¶
"cpu_time": 244,¶
"expiration_date": "2018-01-09 18:44:13"¶
},¶
"parameter": [¶
"name": "annName",¶
"value": "test_ann"¶
},¶
"name": "slope",¶
"value": 0.1,¶
"description": "in"¶
},¶
"name": "soilIndex",¶
"value": 19,¶
"description": "in"¶
},¶
"name": "stir",¶
"value": 5,¶
"description": "in"¶
},¶
"name": "contour",¶
"value": 0,¶
"description": "in, normalized"¶
},¶
"name": "compct_r",¶
"value": 75,¶
"description": "in"¶
},¶
"name": "erosion",¶
"value": 0.081694489550937,¶
"description": "out"¶
],¶
"result": [¶
"name": "status",¶
"value": "ok"¶
}}}¶
%%¶
%%

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...n methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 18:02
Edit 10
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...to the payload. Only columns named like the parameters specified in the payload are collected.
The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...to the payload. Only columns named like the parameters specified in the payload are collected.
The pictures below show how to set up Postman to run {{m/collect/1.0}} service with attached file.¶
\\[{Image wiki='[!/images/csip-ann/collect_param.png!]'}]\\¶
\\[{Image wiki='[!/images/csip-ann/collect_file.png!]'}]\\¶
The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 16:35
Edit 9
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...le to the payload. Only columns named like the parameters specified in the payload are collected.
The pictures below show how to set up Postman to run {{m/collect/1.0}} service with attached file.
\\[{Image wiki='[!/images/csip-ann/collect_param.png!]'}]\\
\\[{Image wiki='[!/images/csip-ann/co...n methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...le to the payload. Only columns named like the parameters specified in the payload are collected.
\\[{Image wiki='[!/images/csip-ann/collect_param.png!]'}]\\
\\[{Image wiki='[!/images/csip-ann/co...n methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 16:32
Edit 8
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...ayload. Only columns named like the parameters specified in the payload are collected.
\\[{Image wiki='[!/images/csip-ann/collect_param.png!]'}]\\
\\[{Image wiki='[!/images/csip-ann/collect_file.png!]'}]\\
The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...ayload. Only columns named like the parameters specified in the payload are collected.
\\[{Image src='images/csip-ann/collect_param.png' link='images/csip-ann/collect_param.png'}]\\
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_file.png?raw=true&doc_id=40815'}]\\
The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 16:29
Edit 7
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec... specified in the payload are collected.
\\[{Image src='images/csip-ann/collect_param.png' link='images/csip-ann/collect_param.png'}]\\
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_file.png?raw=true&...n methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec... specified in the payload are collected.
\\[{Image src='images/csip-ann/collect_param.png' link='https://alm.engr.colostate.edu/cb/displayDocument/collect_param.png?raw=true&doc_id=40816'}]\\
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_file.png?raw=true&...n methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 16:29
Edit 6
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...payload. Only columns named like the parameters specified in the payload are collected.
\\[{Image src='images/csip-ann/collect_param.png' link='https://alm.engr.colostate.edu/cb/displayDocument/collect_param.png?raw=true&doc_id=4081...n methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...payload. Only columns named like the parameters specified in the payload are collected.
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_param.png?raw=true&doc_id=4081...n methods. However, if a csv file is attached, single values specified in the payload are ignored.
sidereus
Jan 09 2018 16:28
Edit 5
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...ile to the payload. Only columns named like the parameters specified in the payload are collected.
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_param.png?raw=true&doc_id=40816'}]\\¶
\\[{Image link='https://alm.engr.colostate.edu/cb/displayDocument/collect_file.png?raw=true&doc_id=40815'}]\\¶
The payload doesn't change between collection methods. However, if a csv file is attached, single values specified in the payload are ignored.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collec...ile to the payload. Only columns named like the parameters specified in the payload are collected.
sidereus
Jan 09 2018 16:10
Edit 4
Endpoints %%(color:#505050;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;letter-spacing:normal;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:#fafafa;display:inline !important;float:none;)http://csip.engr.colostate.edu:8088/csip-ann/m/collect/1.0%! --
sidereus
Jan 09 2018 16:08
Edit 3
Description
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collected
* per permutation: a single value for each parameter specified in the payload;¶
* per csv file: user must attach a csv file to the payload. Only columns named like the parameters specified in the payload are collected.

Show diff
!1 Collect raw data
This service collects raw data for later ann training.
Data can be collected in two different ways:¶
# specifying values directly from the payload;¶
# attaching a csv file and specifying which column to collect from the payload.
sidereus
Jan 09 2018 15:55
Edit 2
Description
!1 Collect raw data
This service collects raw data for later ann training
Data can be collected in two different ways:¶
# specifying values directly from the payload;¶
# attaching a csv file and specifying which column to collect from the payload.
!1 Collect raw data
This service collects raw data for later ann training
odavid
Jan 04 2018 13:14
Submit 1
No changes.