|
Edit |
13 |
Description |
Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "f20840fb-ce75-11e4-a17a-87d513f3c1cc",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-19 14:24:29",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 181,
| "expiration_date": "2015-03-19 14:29:29"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75,¶ | "description": "Number of animals in herd"
| },
| {
| "name": "herd_daily_intake",
| "value": 2250,¶ | "unit": "lbs",¶ | "description": "Total daily herd intake"
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5,¶ | "unit": "lbs",¶ | "description": "Total monthly herd intake"
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625,¶ | "unit": "lbs",¶ | "description": "Total monthly herd intake (Leap Year)"
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250,¶ | "unit": "lbs",¶ | "description": "Total yearly herd intake"
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500,¶ | "unit": "lbs",¶ | "description": "Total yearly herd intake (Leap Year)"
| },
| {
| "name": "group_daily_intake",
| "value": 2250,¶ | "unit": "lbs",¶ | "description": "Total daily group intake"
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5,¶ | "unit": "lbs",¶ | "description": "Total monthly group intake"
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625,¶ | "unit": "lbs",¶ | "description": "Total monthly herd intake (Leap Year)"
| },
| {
| "name": "group_yearly_intake",
| "value": 821250,¶ | "unit": "lbs",¶ | "description": "Total yearly herd intake"
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500,¶ | "unit": "lbs",¶ | "description": "Total yearly herd intake (Leap Year)"¶ | },¶ | {¶ | "name": "animal_daily_intake",¶ | "value": 30,¶ | "unit": "lbs",¶ | "description": "Average daily individual intake"¶ | },¶ | {¶ | "name": "animal_monthly_intake",¶ | "value": 912.5,¶ | "unit": "lbs",¶ | "description": "Average monthly individual intake"¶ | },¶ | {¶ | "name": "animal_monthly_intake_leap",¶ | "value": 915,¶ | "unit": "lbs",¶ | "description": "Average monthly individual intake (Leap Year)"¶ | },¶ | {¶ | "name": "animal_yearly_intake",¶ | "value": 10950,¶ | "unit": "lbs",¶ | "description": "Average yearly individual intake"¶ | },¶ | {¶ | "name": "animal_yearly_intake_leap_yr",¶ | "value": 10980,¶ | "unit": "lbs",¶ | "description": "Average yearly individual intake (Leap Year)"
| },
| {
| "name": "animal_aue",
| "value": 1,¶ | "description": "Animal Unit Equivalent"
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974,¶ | "description": "Animal Unit Equivalent (Leap Year)"
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500¶ | },¶ | {¶ | "name": "animal_daily_intake",¶ | "value": 30¶ | },¶ | {¶ | "name": "animal_monthly_intake",¶ | "value": 912.5¶ | },¶ | {¶ | "name": "animal_monthly_intake_leap",¶ | "value": 915¶ | },¶ | {¶ | "name": "animal_yearly_intake",¶ | "value": 10950¶ | },¶ | {¶ | "name": "animal_yearly_intake_leap_yr",¶ | "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
12 |
Service Name |
Calculate Animal Herd Forage Demand (GRAS-9) | |
Calculate Animal Herd Forage Demand | |
|
|
Edit |
11 |
Description |
Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Purpose:¶ | ¶ | Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Complete |
10 |
Status |
Completed |
In Development |
|
|
Edit |
9 |
Description |
Purpose:
|
| Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Purpose:
|
| Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance¶ | ¶ | service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
8 |
Description |
Purpose:
|
| Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Purpose:
|
| Calculate daily, monthly, and yearly forage intake (demand)¶ | ¶ | requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per¶ | ¶ | animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis¶ | ¶ | depending on group start and end dates, but this is dealt with in the Forage Animal Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
7 |
Description |
Purpose:
|
| Calculate daily, monthly, and yearly forage intake (demand)
|
| requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per
|
| animal (head) and per group basis. Herd demand can fluctuate through the year on a daily basis
|
| depending on group start and end dates, but this is dealt with in the Forage Animal Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Purpose:
|
| Calculate¶ | daily,¶ | monthly,¶ | and¶ | yearly¶ | forage¶ | intake¶ | (demand)
|
| requirements¶ | and¶ | animal¶ | unit¶ | equivalents¶ | (AUEs)¶ | for¶ | each¶ | animal¶ | group¶ | in¶ | the¶ | herd,¶ | on¶ | a¶ | per
|
| animal¶ | (head)¶ | and¶ | per¶ | group¶ | basis.¶ | ¶ | Herd¶ | demand¶ | can¶ | fluctuate¶ | through¶ | the¶ | year¶ | on¶ | a¶ | daily¶ | basis
|
| depending¶ | on¶ | group¶ | start¶ | and¶ | end¶ | dates,¶ | but¶ | this¶ | is¶ | dealt¶ | with¶ | in¶ | the¶ | Forage¶ | Animal¶ | Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
6 |
Description |
Purpose:
|
| Calculate
| daily,
| monthly,
| and
| yearly
| forage
| intake
| (demand)
|
| requirements
| and
| animal
| unit
| equivalents
| (AUEs)
| for
| each
| animal
| group
| in
| the
| herd,
| on
| a
| per
|
| animal
| (head)
| and
| per
| group
| basis.
|
| Herd
| demand
| can
| fluctuate
| through
| the
| year
| on
| a
| daily
| basis
|
| depending
| on
| group
| start
| and
| end
| dates,
| but
| this
| is
| dealt
| with
| in
| the
| Forage
| Animal
| Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Purpose:
|
| From¶ | request¶ | payload,¶ | calculate
| daily,
| monthly,
| and
| yearly
| forage
| intake
| (demand)
|
| requirements
| and
| animal
| unit
| equivalents
| (AUEs)
| for
| each
| animal
| group
| in
| the
| herd,
| on
| a
| per
|
| animal
| (head)
| and
| per
| group
| basis.
|
| Herd
| demand
| can
| fluctuate
| through
| the
| year
| on
| a
| daily
| basis
|
| depending
| on
| group
| start
| and
| end
| dates,
| but
| this
| is
| dealt
| with
| in
| the
| Forage
| Animal
| Balance
|
| service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
5 |
Description |
Purpose:¶ | ¶ | From¶ | request¶ | payload,¶ | calculate¶ | daily,¶ | monthly,¶ | and¶ | yearly¶ | forage¶ | intake¶ | (demand)¶ | ¶ | requirements¶ | and¶ | animal¶ | unit¶ | equivalents¶ | (AUEs)¶ | for¶ | each¶ | animal¶ | group¶ | in¶ | the¶ | herd,¶ | on¶ | a¶ | per¶ | ¶ | animal¶ | (head)¶ | and¶ | per¶ | group¶ | basis.¶ | ¶ | Herd¶ | demand¶ | can¶ | fluctuate¶ | through¶ | the¶ | year¶ | on¶ | a¶ | daily¶ | basis¶ | ¶ | depending¶ | on¶ | group¶ | start¶ | and¶ | end¶ | dates,¶ | but¶ | this¶ | is¶ | dealt¶ | with¶ | in¶ | the¶ | Forage¶ | Animal¶ | Balance¶ | ¶ | service.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Description.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",
| "value": [[
| {
| "name": "number_of_head",
| "description": "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit": "%",
| "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description": "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]]
| }],
| "result": [
| {
| "name": "herd_number_of_head",
| "value": 75
| },
| {
| "name": "herd_daily_intake",
| "value": 2250
| },
| {
| "name": "herd_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "herd_yearly_intake",
| "value": 821250
| },
| {
| "name": "herd_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "group_daily_intake",
| "value": 2250
| },
| {
| "name": "group_monthly_intake",
| "value": 68437.5
| },
| {
| "name": "group_monthly_intake_leap_yr",
| "value": 68625
| },
| {
| "name": "group_yearly_intake",
| "value": 821250
| },
| {
| "name": "group_yearly_intake_leap_yr",
| "value": 823500
| },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",
| "value": 912.5
| },
| {
| "name": "animal_monthly_intake_leap",
| "value": 915
| },
| {
| "name": "animal_yearly_intake",
| "value": 10950
| },
| {
| "name": "animal_yearly_intake_leap_yr",
| "value": 10980
| },
| {
| "name": "animal_aue",
| "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974
| }
| ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Edit |
4 |
Endpoints |
[http://129.82.226.52:8080/csip-gras/m/gras/animalherddemand/1.0] |
[129.82.226.52:8080/csip-gras/m/gras/animalherddemand/1.0] |
|
|
Edit |
3 |
Endpoints |
[129.82.226.52:8080/csip-gras/m/gras/animalherddemand/1.0] |
-- |
|
|
Edit |
2 |
Description |
Description.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ]
| ]
| }
| ]
| }
|
| ¶ | }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "c8e862c6-cce4-11e4-8db2-8960d62d04e1",
| "cloud_node": "129.82.226.52",
| "tstamp": "2015-03-17 14:32:52",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 5,
| "expiration_date": "2015-03-17 14:37:52"
| },
| "parameter": [{
| "name": "groups",
| "description": "List of animal groups within herd.",¶ | "value": [[
| {
| "name": "number_of_head",¶ | "description": "Number of animals in group.",
| "value": 75¶ | },
| {
| "name": "avg_weight",
| "description": "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description": "Average daily intake of animals as a percent of their weight.",¶ | "value": 0.03,
| "unit": "%",¶ | "min": 0,
| "max": 1
| },
| {
| "name": "date_into_herd",
| "description": "MM/DD group enters herd.",¶ | "value": "01-01"
| },
| {
| "name": "date_out_of_herd",¶ | "description": "MM/DD group leaves herd.",¶ | "value": "12-31"
| }
| ]]¶ | }],
| "result": [¶ | {
| "name": "herd_number_of_head",¶ | "value": 75¶ | },
| {¶ | "name": "herd_daily_intake",¶ | "value": 2250
| },
| {
| "name": "herd_monthly_intake",¶ | "value": 68437.5
| },
| {
| "name": "herd_monthly_intake_leap_yr",¶ | "value": 68625¶ | },
| {¶ | "name": "herd_yearly_intake",¶ | "value": 821250
| },¶ | {
| "name": "herd_yearly_intake_leap_yr",¶ | "value": 823500¶ | },
| {¶ | "name": "group_daily_intake",¶ | "value": 2250
| },
| {
| "name": "group_monthly_intake",¶ | "value": 68437.5¶ | },
| {¶ | "name": "group_monthly_intake_leap_yr",¶ | "value": 68625¶ | },¶ | {¶ | "name": "group_yearly_intake",¶ | "value": 821250¶ | },
| {
| "name": "group_yearly_intake_leap_yr",¶ | "value": 823500¶ | },
| {
| "name": "animal_daily_intake",
| "value": 30
| },
| {
| "name": "animal_monthly_intake",¶ | "value": 912.5¶ | },
| {
| "name": "animal_monthly_intake_leap",¶ | "value": 915¶ | },
| {¶ | "name": "animal_yearly_intake",¶ | "value": 10950¶ | },
| {¶ | "name": "animal_yearly_intake_leap_yr",
| "value": 10980¶ | },
| {¶ | "name": "animal_aue",¶ | "value": 1
| },
| {
| "name": "animal_aue_leap_yr",
| "value": 1.0027397260273974¶ | }¶ | ]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
Description.
|
| [{Table
|
| |__Request__ |__Response__
|
| |(text-align:left;vertical-align:top;)
| {{{
| {
| "metainfo": {
| },
| "parameter": [
| {
| "name": "groups",
| "description" : "List of animal groups within herd.",
| "value": [
| [
| {
| "name": "number_of_head",
| "description" : "Number of animals in group.",
| "value": 75
| },
| {
| "name": "avg_weight",
| "description" : "Average weight of animals in group, lbs.",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avg_daily_intake",
| "description" : "Average daily intake of animals as a percent of their weight.",
| "value": 0.03,
| "unit" : "%",
| "min": 0.0,
| "max": 1.0
| },
| {
| "name": "date_into_herd",
| "description" : "MM/DD group enters herd.",
| "value": "01-01"
| },
| {
| "name": "date_out_of_herd",
| "description" : "MM/DD group leaves herd.",
| "value": "12-31"
| }
| ],¶ | [¶ | {¶ | "name": "number_of_head",¶ | "description" : "Number of animals in group.",¶ | "value": 5¶ | },¶ | {¶ | "name": "avg_weight",¶ | "description" : "Average weight of animals in group, lbs.",¶ | "value": 1200,¶ | "unit": "lbs"¶ | },¶ | {¶ | "name": "avg_daily_intake",¶ | "description" : "Average daily intake of animals as a percent of their weight.",¶ | "value": 0.03,¶ | "unit" : "%",¶ | "min": 0.0,¶ | "max": 1.0¶ | },¶ | {¶ | "name": "date_into_herd",¶ | "description" : "MM/DD group enters herd.",¶ | "value": "01-01"¶ | },¶ | {¶ | "name": "date_out_of_herd",¶ | "description" : "MM/DD group leaves herd.",¶ | "value": "04-01"¶ | }¶ | ],¶ | [¶ | {¶ | "name": "number_of_head",¶ | "description" : "Number of animals in group.",¶ | "value": 5¶ | },¶ | {¶ | "name": "avg_weight",¶ | "description" : "Average weight of animals in group, lbs.",¶ | "value": 1200,¶ | "unit": "lbs"¶ | },¶ | {¶ | "name": "avg_daily_intake",¶ | "description" : "Average daily intake of animals as a percent of their weight.",¶ | "value": 0.03,¶ | "unit" : "%",¶ | "min": 0.0,¶ | "max": 1.0¶ | },¶ | {¶ | "name": "date_into_herd",¶ | "description" : "MM/DD group enters herd.",¶ | "value": "01-01"¶ | },¶ | {¶ | "name": "date_out_of_herd",¶ | "description" : "MM/DD group leaves herd.",¶ | "value": "12-31"¶ | }¶ | ]
| ]
| }
| ]
| }
|
| }}}
| |(text-align:left;vertical-align:top)
| {{{
| {
| "metainfo": {
| "status": "Finished",
| "suid": "538e74c4-ca8a-11e4-87b3-c72f9faab903",
| "cloud_node": "192.168.0.6",
| "tstamp": "2015-03-14 14:40:18",
| "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
| "request_ip": "127.0.0.1",
| "cpu_time": 69,
| "expiration_date": "2015-03-14 14:45:18"
| },
| "parameter": [{
| "name": "groups",
| "value": [¶ | [¶ | {¶ | "name": "groupID",¶ | "value": 1
| },
| {¶ | "name": "animalID",
| "value": 1¶ | },
| {
| "name": "number",
| "value": 75¶ | },¶ | {¶ | "name": "avgWeightLbs",
| "value": 1000,
| "unit": "lbs"
| },
| {
| "name": "avgDailyInPct",
| "value": 0.03,
| "min": 0,
| "max": 1
| },
| {
| "name": "dateIn",
| "value": "01-01"
| },
| {
| "name": "dateOut",¶ | "value": "12-31"
| }
| ],
| [¶ | {
| "name": "groupID",¶ | "value": 2¶ | },
| {¶ | "name": "animalID",¶ | "value": 1
| },
| {
| "name": "number",¶ | "value": 5
| },
| {
| "name": "avgWeightLbs",¶ | "value": 1200,
| "unit": "lbs"¶ | },
| {
| "name": "avgDailyInPct",¶ | "value": 0.03,
| "min": 0,¶ | "max": 1
| },
| {
| "name": "dateIn",¶ | "value": "1-Jan"¶ | },
| {¶ | "name": "dateOut",¶ | "value": "1-Apr"¶ | }¶ | ],¶ | [¶ | {¶ | "name": "groupID",¶ | "value": 3¶ | },
| {
| "name": "animalID",¶ | "value": 1¶ | },
| {
| "name": "number",
| "value": 5
| },
| {
| "name": "avgWeightLbs",¶ | "value": 1200,¶ | "unit": "lbs"¶ | },
| {
| "name": "avgDailyInPct",¶ | "value": 0.03,
| "min": 0,¶ | "max": 1¶ | },
| {¶ | "name": "dateIn",
| "value": "1-Jan"¶ | },
| {¶ | "name": "dateOut",¶ | "value": "31-Dec"
| }
| ]
| ]¶ | }],¶ | "result": [{¶ | "name": "total",
| "value": 85¶ | }]
| }
|
| }}}
|
| | Files to attach: \\
| (the file to convert)
| | Files to fetch: \\
| (the converted file)
|
|
| }] | |
|
|
Submit |
1 |
Nothing found to display. |
|