skyline.json

{ "query" : "
{
  activeFindings(
    filter: {
        findingId: \"vSphere-nonconnectedVM-KB#1003742\",
        product: \"sc2vc02.cmbu.local\"
     }
     limit: 200) {
    findings {
      findingId
      accountId
      findingDisplayName
      severity
      products
      findingDescription
      findingImpact
      recommendations
      kbLinkURLs
      recommendationsVCF
      kbLinkURLsVCF
      categoryName
      findingTypes
      firstObserved
      totalAffectedObjectsCount
     affectedObjects(start: 0, limit: 200) {
       sourceName
       objectName
      }
    }
    totalRecords
    timeTaken
  }
}
"}