File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ Example response:
7777 "available" : false,
7878 "enabled" : true,
7979 "native_code_info" : {
80- "version" : "7.0.0-alpha1-SNAPSHOT ",
81- "build_hash" : "99a07c016d5a73 "
80+ "version" : "6.3.0 ",
81+ "build_hash" : "54b5cf147d946c "
8282 }
8383 },
8484 "monitoring" : {
@@ -109,8 +109,8 @@ Example response:
109109// TESTRESPONSE[s/"date" : "2015-04-07T13:34:42Z"/"date" : "$body.build.date"/]
110110// TESTRESPONSE[s/"uid" : "893361dc-9749-4997-93cb-xxx",/"uid": "$body.license.uid",/]
111111// TESTRESPONSE[s/"expiry_date_in_millis" : 1914278399999/"expiry_date_in_millis" : "$body.license.expiry_date_in_millis"/]
112- // TESTRESPONSE[s/"version" : "7.0.0-alpha1-SNAPSHOT ",/"version": "$body.features.ml.native_code_info.version",/]
113- // TESTRESPONSE[s/"build_hash" : "99a07c016d5a73 "/"build_hash": "$body.features.ml.native_code_info.build_hash"/]
112+ // TESTRESPONSE[s/"version" : "6.3.0 ",/"version": "$body.features.ml.native_code_info.version",/]
113+ // TESTRESPONSE[s/"build_hash" : "54b5cf147d946c "/"build_hash": "$body.features.ml.native_code_info.build_hash"/]
114114// So much s/// but at least we test that the layout is close to matching....
115115
116116The following example only returns the build and features information:
You can’t perform that action at this time.
0 commit comments