Show More
@@ -508,6 +508,9 b' Message type: ``inspect_reply``::' | |||||
508 | # 'ok' if the request succeeded or 'error', with error information as in all other replies. |
|
508 | # 'ok' if the request succeeded or 'error', with error information as in all other replies. | |
509 | 'status' : 'ok', |
|
509 | 'status' : 'ok', | |
510 |
|
510 | |||
|
511 | # found should be true if an object was found, false otherwise | |||
|
512 | 'found' : bool, | |||
|
513 | ||||
511 | # data can be empty if nothing is found |
|
514 | # data can be empty if nothing is found | |
512 | 'data' : dict, |
|
515 | 'data' : dict, | |
513 | 'metadata' : dict, |
|
516 | 'metadata' : dict, |
General Comments 0
You need to be logged in to leave comments.
Login now