XML message about search conditions of release schedule
{ "SchedulePlanStateCond": { "searchID": "", /*optional, string, search ID, which is used to check whether the current search requester is the same; the search ID is valid for 5 minutes */ "searchResultPosition": 1, /*required, integer32, the end position of search result in result list; in a single search, if you cannot get all the records in the result list, you can mark the end position and get the following records after the marked position in the next search*/ "maxResults": , /*required, integer32, the maximum number of search results*/ "releaseResult": ["",""], /*required, string, release status, "notRelease,releasing,failed,success,cancel,all"*/ "terminalNameLike": "" /*optional, string, fuzzy search by terminal name*/ } }