恢复密钥详情


该API列出所有计算机的恢复密钥

 

  • 功能
  • 获取恢复密钥详情列表。
  • HTTP方法 
  • GET
  • API URI
  • api/1.4/bitlocker/recoverykeydetails
  • 过滤器 
  • domainfilter={String}:
    从 api/1.4/desktop/serverproperties 获取域列表

    compName={String}:
    根据特定计算机名称过滤恢复密钥详情

    keyProtectorId={String}:
    根据密钥保护者ID过滤恢复密钥详情

响应数据

 {         "metadata": {         "pageLimit": 30,         "totalRecords": "2",         "totalPages": 1,         "links": {         "next": null,         "prev": null         },         "page": 1         },         "response_code": 200,         "message_type": "servermisconfigurations",         "message_response": {         "servermisconfigurations": [         {         "os_platform_name": "Windows",         "severity": "Moderate",         "updated_time": "1540475593000",         "affected_systems": 1,         "published_time": "1540475595000",         "hardeningid": "55",         "description": "You can mitigate most of the common        Cross Site Scripting attack using HttpOnly and Secure flag        in a cookie. Without having HttpOnly and Secure, it is        possible to steal or manipulate web application session and        cookies and it s dangerous.",         "hardeningname": "Set cookie with HttpOnly and        Secure flag",         "category": "Session hijacking",         "resolution": "Check the HTTP header if the cookies        contain HTTPOnly and Secure flag"         },         {         "os_platform_name": "Windows",         "severity": "Info",         "updated_time": "1540475593000",         "affected_systems": 1,         "published_time": "1540475595000",         "hardeningid": "111",         "description": "The default installation of Tomcat        includes connectors with default settings. These are        traditionally set up for convenience, but may lead to        security exposure. If you're using an application bundled        with this web server, contact the application vendor to        obtain the details of necessary connectors, and remove the        connectors that are unused",         "hardeningname": "Verify TomCat XML for unused        connectors",         "category": "Default Contents",         "resolution": "Remove or comment each unused        Connector in $CATALINA_HOME/conf/server.xml."         }         ]         },         "status": "success"         }