my_john_deere_api 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/my_john_deere_api/version.rb +1 -1
 - data/test/lib/my_john_deere_api/client_test.rb +23 -4
 - data/test/lib/my_john_deere_api/request/collection/assets_test.rb +1 -1
 - data/test/lib/my_john_deere_api/request/create/asset_test.rb +1 -1
 - data/test/support/helper.rb +0 -6
 - data/test/support/vcr/catalog.yml +11 -12
 - data/test/support/vcr/delete_asset.yml +10 -10
 - data/test/support/vcr/get_access_token.yml +4 -4
 - data/test/support/vcr/get_asset.yml +16 -16
 - data/test/support/vcr/get_asset_locations.yml +29 -25
 - data/test/support/vcr/get_assets.yml +23 -23
 - data/test/support/vcr/get_contribution_definition.yml +10 -10
 - data/test/support/vcr/get_contribution_definitions.yml +10 -10
 - data/test/support/vcr/get_contribution_product.yml +10 -10
 - data/test/support/vcr/get_contribution_products.yml +10 -10
 - data/test/support/vcr/get_field.yml +15 -15
 - data/test/support/vcr/get_fields.yml +15 -15
 - data/test/support/vcr/get_flags.yml +5 -5
 - data/test/support/vcr/get_organization.yml +9 -9
 - data/test/support/vcr/get_organizations.yml +15 -15
 - data/test/support/vcr/get_request_token.yml +9 -9
 - data/test/support/vcr/post_asset_locations.yml +37 -33
 - data/test/support/vcr/post_assets.yml +21 -21
 - data/test/support/vcr/put_asset.yml +14 -14
 - data/test/support/vcr/warning.txt +8 -4
 - data/test/support/vcr_setup.rb +86 -32
 - metadata +2 -3
 - data/test/support/vcr/url.yml +0 -46
 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:26 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-45-99
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '15'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:27 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/organizations
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:27 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214-44- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-44-215
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '24'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -96,7 +96,7 @@ http_interactions: 
     | 
|
| 
       96 
96 
     | 
    
         
             
                    Name","type":"customer","member":true,"id":"000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"machines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"wdtCapableMachines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines?capability=wdt"},{"@type":"Link","rel":"files","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"transferableFiles","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files?transferable=true"},{"@type":"Link","rel":"uploadFile","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"sendFileToMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fileTransfers"},{"@type":"Link","rel":"addMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"addField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"assets","uri":"https://sandboxapi.deere.com/platform/organizations/000000/assets"},{"@type":"Link","rel":"fields","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"farms","uri":"https://sandboxapi.deere.com/platform/organizations/000000/farms"},{"@type":"Link","rel":"boundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/boundaries"},{"@type":"Link","rel":"clients","uri":"https://sandboxapi.deere.com/platform/organizations/000000/clients"},{"@type":"Link","rel":"flags","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flags"},{"@type":"Link","rel":"flagCategory","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flagCategories"},{"@type":"Link","rel":"controllers","uri":"https://sandboxapi.deere.com/platform/organizations/000000/orgController"}]},{"@type":"Organization","name":"Organization
         
     | 
| 
       97 
97 
     | 
    
         
             
                    Name","type":"customer","member":true,"id":"000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"machines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"wdtCapableMachines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines?capability=wdt"},{"@type":"Link","rel":"files","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"transferableFiles","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files?transferable=true"},{"@type":"Link","rel":"uploadFile","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"sendFileToMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fileTransfers"},{"@type":"Link","rel":"addMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"addField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"assets","uri":"https://sandboxapi.deere.com/platform/organizations/000000/assets"},{"@type":"Link","rel":"fields","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"farms","uri":"https://sandboxapi.deere.com/platform/organizations/000000/farms"},{"@type":"Link","rel":"boundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/boundaries"},{"@type":"Link","rel":"clients","uri":"https://sandboxapi.deere.com/platform/organizations/000000/clients"},{"@type":"Link","rel":"flags","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flags"},{"@type":"Link","rel":"flagCategory","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flagCategories"},{"@type":"Link","rel":"controllers","uri":"https://sandboxapi.deere.com/platform/organizations/000000/orgController"}]}]}'
         
     | 
| 
       98 
98 
     | 
    
         
             
                http_version: 
         
     | 
| 
       99 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 99 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:27 GMT
         
     | 
| 
       100 
100 
     | 
    
         
             
            - request:
         
     | 
| 
       101 
101 
     | 
    
         
             
                method: get
         
     | 
| 
       102 
102 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/organizations/000000/assets
         
     | 
| 
         @@ -113,7 +113,7 @@ http_interactions: 
     | 
|
| 
       113 
113 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       114 
114 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       115 
115 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       116 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 116 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       117 
117 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       118 
118 
     | 
    
         
             
              response:
         
     | 
| 
       119 
119 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -121,15 +121,15 @@ http_interactions: 
     | 
|
| 
       121 
121 
     | 
    
         
             
                  message: OK
         
     | 
| 
       122 
122 
     | 
    
         
             
                headers:
         
     | 
| 
       123 
123 
     | 
    
         
             
                  Date:
         
     | 
| 
       124 
     | 
    
         
            -
                  -  
     | 
| 
      
 124 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:27 GMT
         
     | 
| 
       125 
125 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       126 
126 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       127 
127 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       128 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 128 
     | 
    
         
            +
                  - ip-10-214-45-213
         
     | 
| 
       129 
129 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       130 
130 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       131 
131 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       132 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 132 
     | 
    
         
            +
                  - '63'
         
     | 
| 
       133 
133 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       134 
134 
     | 
    
         
             
                  - no-store
         
     | 
| 
       135 
135 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -139,14 +139,14 @@ http_interactions: 
     | 
|
| 
       139 
139 
     | 
    
         
             
                body:
         
     | 
| 
       140 
140 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       141 
141 
     | 
    
         
             
                  string: '{"links":[{"rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000/assets"}],"total":8,"values":[{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
       142 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       143 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       144 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       145 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       146 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       147 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       148 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
       149 
     | 
    
         
            -
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02- 
     | 
| 
      
 142 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 143 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 144 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 145 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 146 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 147 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 148 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]},{"@type":"ContributedAsset","title":"Asset
         
     | 
| 
      
 149 
     | 
    
         
            +
                    Title","assetCategory":"DEVICE","assetType":"SENSOR","assetSubType":"ENVIRONMENTAL","lastModifiedDate":"2020-02-10T11:29:32.000Z","id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"organization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"locations","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations"},{"@type":"Link","rel":"lastKnownLocation","uri":"https://sandboxapi.deere.com/platform/assets/00000000-0000-0000-0000-000000000000/locations?lastKnown=true"}]}]}'
         
     | 
| 
       150 
150 
     | 
    
         
             
                http_version: 
         
     | 
| 
       151 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 151 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:28 GMT
         
     | 
| 
       152 
152 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     | 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:17 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-44-215
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '11'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:18 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:18 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-44-33
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '31'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -86,5 +86,5 @@ http_interactions: 
     | 
|
| 
       86 
86 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       87 
87 
     | 
    
         
             
                  string: '{"@type":"ContributionDefinition","name":"Definition Name","actionDefinitions":[],"id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionProduct","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000"}]}'
         
     | 
| 
       88 
88 
     | 
    
         
             
                http_version: 
         
     | 
| 
       89 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 89 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:18 GMT
         
     | 
| 
       90 
90 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     | 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:16 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-44-36
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '10'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:17 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000/contributionDefinitions
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:17 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214-45- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-45-144
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '74'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -87,5 +87,5 @@ http_interactions: 
     | 
|
| 
       87 
87 
     | 
    
         
             
                  string: '{"links":[{"rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000/contributionDefinitions"}],"total":1,"values":[{"@type":"ContributionDefinition","name":"Definition
         
     | 
| 
       88 
88 
     | 
    
         
             
                    Name","actionDefinitions":[],"id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionDefinitions/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionProduct","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000"}]}]}'
         
     | 
| 
       89 
89 
     | 
    
         
             
                http_version: 
         
     | 
| 
       90 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 90 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:17 GMT
         
     | 
| 
       91 
91 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     | 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:16 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214-45- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-45-144
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '21'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:16 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:16 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214-44- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-44-205
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '21'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -87,5 +87,5 @@ http_interactions: 
     | 
|
| 
       87 
87 
     | 
    
         
             
                  string: '{"@type":"ContributionProduct","marketPlaceName":"Market Place Name","marketPlaceDescription":"Market
         
     | 
| 
       88 
88 
     | 
    
         
             
                    Place Description","marketPlaceLogo":"https://contribution-model-cdn.deere.com/branding/00000000-0000-0000-0000-000000000000","defaultLocale":"en-us","currentStatus":"APPROVED","authenticationCallback":"","activationCallback":"","previewImages":[""],"supportedRegions":[""],"supportedOperationCenters":[""],"id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000/contributionDefinitions"}]}'
         
     | 
| 
       89 
89 
     | 
    
         
             
                http_version: 
         
     | 
| 
       90 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 90 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:16 GMT
         
     | 
| 
       91 
91 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     | 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:14 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214-45- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-45-186
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '27'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:15 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/contributionProducts?clientControlled=true
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:15 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-45-186
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '28'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -87,5 +87,5 @@ http_interactions: 
     | 
|
| 
       87 
87 
     | 
    
         
             
                  string: '{"links":[{"rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionProducts?clientControlled=true"}],"total":1,"values":[{"@type":"ContributionProduct","marketPlaceName":"Market
         
     | 
| 
       88 
88 
     | 
    
         
             
                    Place Name","marketPlaceDescription":"Market Place Description","marketPlaceLogo":"https://contribution-model-cdn.deere.com/branding/00000000-0000-0000-0000-000000000000","defaultLocale":"en-us","currentStatus":"APPROVED","authenticationCallback":"","activationCallback":"","previewImages":[""],"supportedRegions":[""],"supportedOperationCenters":[""],"id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"contributionDefinition","uri":"https://sandboxapi.deere.com/platform/contributionProducts/00000000-0000-0000-0000-000000000000/contributionDefinitions"}]}]}'
         
     | 
| 
       89 
89 
     | 
    
         
             
                http_version: 
         
     | 
| 
       90 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 90 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:15 GMT
         
     | 
| 
       91 
91 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     | 
| 
         @@ -16,22 +16,22 @@ http_interactions: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       18 
18 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       19 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 19 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_version="1.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 200
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:22 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       30 
     | 
    
         
            -
                  - ip-10-214- 
     | 
| 
      
 30 
     | 
    
         
            +
                  - ip-10-214-44-28
         
     | 
| 
       31 
31 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       33 
33 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       34 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 34 
     | 
    
         
            +
                  - '11'
         
     | 
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -42,7 +42,7 @@ http_interactions: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       43 
43 
     | 
    
         
             
                  string: '{"@type":"ApiCatalog","links":[{"@type":"Link","rel":"oauthRequestToken","uri":"https://sandboxapi.deere.com/platform/oauth/request_token"},{"@type":"Link","rel":"oauthAuthorizeRequestToken","uri":"https://my.deere.com/consentToUseOfData?oauth_token={token}"},{"@type":"Link","rel":"oauthAccessToken","uri":"https://sandboxapi.deere.com/platform/oauth/access_token"},{"@type":"Link","rel":"agencies","uri":"https://sandboxapi.deere.com/platform/agencies"}]}'
         
     | 
| 
       44 
44 
     | 
    
         
             
                http_version: 
         
     | 
| 
       45 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 45 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:22 GMT
         
     | 
| 
       46 
46 
     | 
    
         
             
            - request:
         
     | 
| 
       47 
47 
     | 
    
         
             
                method: get
         
     | 
| 
       48 
48 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/organizations
         
     | 
| 
         @@ -59,7 +59,7 @@ http_interactions: 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       61 
61 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       62 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 62 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       63 
63 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       64 
64 
     | 
    
         
             
              response:
         
     | 
| 
       65 
65 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -67,15 +67,15 @@ http_interactions: 
     | 
|
| 
       67 
67 
     | 
    
         
             
                  message: OK
         
     | 
| 
       68 
68 
     | 
    
         
             
                headers:
         
     | 
| 
       69 
69 
     | 
    
         
             
                  Date:
         
     | 
| 
       70 
     | 
    
         
            -
                  -  
     | 
| 
      
 70 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:23 GMT
         
     | 
| 
       71 
71 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       72 
72 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       73 
73 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       74 
     | 
    
         
            -
                  - ip-10-214-45- 
     | 
| 
      
 74 
     | 
    
         
            +
                  - ip-10-214-45-186
         
     | 
| 
       75 
75 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       76 
76 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       77 
77 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       78 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 78 
     | 
    
         
            +
                  - '41'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       80 
80 
     | 
    
         
             
                  - no-store
         
     | 
| 
       81 
81 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -96,7 +96,7 @@ http_interactions: 
     | 
|
| 
       96 
96 
     | 
    
         
             
                    Name","type":"customer","member":true,"id":"000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"machines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"wdtCapableMachines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines?capability=wdt"},{"@type":"Link","rel":"files","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"transferableFiles","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files?transferable=true"},{"@type":"Link","rel":"uploadFile","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"sendFileToMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fileTransfers"},{"@type":"Link","rel":"addMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"addField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"assets","uri":"https://sandboxapi.deere.com/platform/organizations/000000/assets"},{"@type":"Link","rel":"fields","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"farms","uri":"https://sandboxapi.deere.com/platform/organizations/000000/farms"},{"@type":"Link","rel":"boundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/boundaries"},{"@type":"Link","rel":"clients","uri":"https://sandboxapi.deere.com/platform/organizations/000000/clients"},{"@type":"Link","rel":"flags","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flags"},{"@type":"Link","rel":"flagCategory","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flagCategories"},{"@type":"Link","rel":"controllers","uri":"https://sandboxapi.deere.com/platform/organizations/000000/orgController"}]},{"@type":"Organization","name":"Organization
         
     | 
| 
       97 
97 
     | 
    
         
             
                    Name","type":"customer","member":true,"id":"000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"machines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"wdtCapableMachines","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines?capability=wdt"},{"@type":"Link","rel":"files","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"transferableFiles","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files?transferable=true"},{"@type":"Link","rel":"uploadFile","uri":"https://sandboxapi.deere.com/platform/organizations/000000/files"},{"@type":"Link","rel":"sendFileToMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fileTransfers"},{"@type":"Link","rel":"addMachine","uri":"https://sandboxapi.deere.com/platform/organizations/000000/machines"},{"@type":"Link","rel":"addField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"assets","uri":"https://sandboxapi.deere.com/platform/organizations/000000/assets"},{"@type":"Link","rel":"fields","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields"},{"@type":"Link","rel":"farms","uri":"https://sandboxapi.deere.com/platform/organizations/000000/farms"},{"@type":"Link","rel":"boundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/boundaries"},{"@type":"Link","rel":"clients","uri":"https://sandboxapi.deere.com/platform/organizations/000000/clients"},{"@type":"Link","rel":"flags","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flags"},{"@type":"Link","rel":"flagCategory","uri":"https://sandboxapi.deere.com/platform/organizations/000000/flagCategories"},{"@type":"Link","rel":"controllers","uri":"https://sandboxapi.deere.com/platform/organizations/000000/orgController"}]}]}'
         
     | 
| 
       98 
98 
     | 
    
         
             
                http_version: 
         
     | 
| 
       99 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 99 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:23 GMT
         
     | 
| 
       100 
100 
     | 
    
         
             
            - request:
         
     | 
| 
       101 
101 
     | 
    
         
             
                method: get
         
     | 
| 
       102 
102 
     | 
    
         
             
                uri: https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000
         
     | 
| 
         @@ -113,7 +113,7 @@ http_interactions: 
     | 
|
| 
       113 
113 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       114 
114 
     | 
    
         
             
                  - OAuth oauth_consumer_key="johndeere-0000000000000000000000000000000000000000",
         
     | 
| 
       115 
115 
     | 
    
         
             
                    oauth_nonce="000000000000000000000000000000000000000000", oauth_signature="0000000000000000000000000000",
         
     | 
| 
       116 
     | 
    
         
            -
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp=" 
     | 
| 
      
 116 
     | 
    
         
            +
                    oauth_signature_method="HMAC-SHA1", oauth_timestamp="1581334172", oauth_token="00000000-0000-0000-0000-000000000000",
         
     | 
| 
       117 
117 
     | 
    
         
             
                    oauth_version="1.0"
         
     | 
| 
       118 
118 
     | 
    
         
             
              response:
         
     | 
| 
       119 
119 
     | 
    
         
             
                status:
         
     | 
| 
         @@ -121,15 +121,15 @@ http_interactions: 
     | 
|
| 
       121 
121 
     | 
    
         
             
                  message: OK
         
     | 
| 
       122 
122 
     | 
    
         
             
                headers:
         
     | 
| 
       123 
123 
     | 
    
         
             
                  Date:
         
     | 
| 
       124 
     | 
    
         
            -
                  -  
     | 
| 
      
 124 
     | 
    
         
            +
                  - Mon, 10 Feb 2020 17:29:23 GMT
         
     | 
| 
       125 
125 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       126 
126 
     | 
    
         
             
                  - application/vnd.deere.axiom.v3+json;charset=UTF-8
         
     | 
| 
       127 
127 
     | 
    
         
             
                  X-Deere-Handling-Server:
         
     | 
| 
       128 
     | 
    
         
            -
                  - ip-10-214-45- 
     | 
| 
      
 128 
     | 
    
         
            +
                  - ip-10-214-45-66
         
     | 
| 
       129 
129 
     | 
    
         
             
                  X-Frame-Options:
         
     | 
| 
       130 
130 
     | 
    
         
             
                  - SAMEORIGIN
         
     | 
| 
       131 
131 
     | 
    
         
             
                  X-Deere-Elapsed-Ms:
         
     | 
| 
       132 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 132 
     | 
    
         
            +
                  - '184'
         
     | 
| 
       133 
133 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       134 
134 
     | 
    
         
             
                  - no-store
         
     | 
| 
       135 
135 
     | 
    
         
             
                  Content-Language:
         
     | 
| 
         @@ -140,5 +140,5 @@ http_interactions: 
     | 
|
| 
       140 
140 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       141 
141 
     | 
    
         
             
                  string: '{"@type":"Field","name":"Field Name","archived":false,"id":"00000000-0000-0000-0000-000000000000","links":[{"@type":"Link","rel":"self","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"clients","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/clients"},{"@type":"Link","rel":"farms","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/farms"},{"@type":"Link","rel":"owningOrganization","uri":"https://sandboxapi.deere.com/platform/organizations/000000"},{"@type":"Link","rel":"boundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/boundaries"},{"@type":"Link","rel":"simplifiedBoundaries","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/boundaries?simple=true"},{"@type":"Link","rel":"addBoundary","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/boundaries"},{"@type":"Link","rel":"activeBoundary","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000/boundaries/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"deleteField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000"},{"@type":"Link","rel":"editField","uri":"https://sandboxapi.deere.com/platform/organizations/000000/fields/00000000-0000-0000-0000-000000000000"}]}'
         
     | 
| 
       142 
142 
     | 
    
         
             
                http_version: 
         
     | 
| 
       143 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 143 
     | 
    
         
            +
              recorded_at: Mon, 10 Feb 2020 17:29:23 GMT
         
     | 
| 
       144 
144 
     | 
    
         
             
            recorded_with: VCR 5.0.0
         
     |