Red Hat Training

A Red Hat training course is available for Red Hat Satellite

39.2. getXccdfScanDetails

Name
getXccdfScanDetails
Description
Get details of given OpenSCAP XCCDF scan.
Parameters
  • string sessionKey
  • int Id of XCCDF scan (xid).
Return Value
  • struct - OpenSCAP XCCDF Scan
    • int xid - XCCDF TestResult id
    • int sid - serverId
    • int action_id - Id of the parent action.
    • string path - Path to XCCDF document
    • string oscap_parameters - oscap command-line arguments.
    • string test_result - Identifier of XCCDF TestResult.
    • string benchmark - Identifier of XCCDF Benchmark.
    • string benchmark_version - Version of the Benchmark.
    • string profile - Identifier of XCCDF Profile.
    • string profile_title - Title of XCCDF Profile.
    • dateTime.iso8601 start_time - Client machine time of scan start.
    • dateTime.iso8601 end_time - Client machine time of scan completion.
    • string errors - Stderr output of scan.
    • bool deletable - Indicates whether the scan can be deleted.