(imported topic written by RobG1)
I’m moving away from api/action/{actionId}/status to a query for specific info in a particular order. I have been able to get the name, id, state, status (as text) and detailed status of the action and member action results, but I cannot figure out how to get the status as an integer for a result.
api/query?relevance=( ids of it, names of it,state of it, status of result of it, detailed status of result of it ) of member actions of bes actions whose (id of it = 4192) returns
4198MS14-031: Vulnerability in TCP Protocol Could Allow Denial of Service - Windows Server 2008 R2 SP1 - KB2957189 (x64)Open<Answer type=“string”
Fixed<
/Answer>The action executed successfully.
I want the numerical value for Fixed. In this case it would be 3. I have tried status as integer of result of it, actionstate of result of it and a few other guesses.
Can someone tell me what the name for this value is?
Thanks,
Can someone tell me what the n
ame of the state value is and is it located on the result object?
Thanks,