NIM services: Difference between revisions
 example sun/aqua responses  | 
				|||
| Line 30: | Line 30: | ||
The response is json with a "system_update_metas" block, containing "title_id" and "title_version" entries.  | The response is json with a "system_update_metas" block, containing "title_id" and "title_version" entries.  | ||
Example, from 2.0 system:  | |||
<code>{"timestamp":REDACTED-TIMESTSAMP,"system_update_metas":[{"title_id":"0100000000000816","title_version":201327002}]}</code>  | |||
== aqua ==  | |||
The following response is json from accessing the above aqua URL:  | |||
<code>{  | |||
"contents_delivery_required_title_id": "0100000000000816",  | |||
"contents_delivery_required_title_version": 0  | |||
}</code>  | |||