InlineAppDiscoverySession1

InlineAppDiscoverySession1
InlineAppDiscoverySession1
JSON Example
{
    "status": "string",
    "start_timestamp": 0,
    "end_timestamp": 0,
    "reclassification": "string"
}
string
status
Optional

The status of the session

Possible values are : FAILED, RUNNING, FINISHED,
integer As int64 As int64
start_timestamp
Optional

Start time of the session expressed in milliseconds since epoch

integer As int64 As int64
end_timestamp
Optional

End time of the session expressed in milliseconds since epoch

string
reclassification
Optional

Some App Profiles that were part of the discovery session could be modified or deleted | after the session has been completed. NOT_REQUIRED status denotes that there were no such modifications. | REQUIRED status denotes some App Profiles that were part of the session has been modified/deleted and some | and some applications might not have been classfifed correctly. Use /session/ /reclassify API to| re-classfy the applications discovered based on app profiles.

Possible values are : NOT_REQUIRED, REQUIRED,