OBJECT

ScServer

Tenable.sc Server

link GraphQL Schema definition

  • type ScServer {
  • # ID
  • id: ID!
  • # Name of tenable.sc server
  • name: String!
  • # Address of tenable.sc server
  • address: String!
  • # Username in tenable.sc for the integration
  • user: String!
  • # The repository in tenable.sc to associate the agent with
  • repoId: Int!
  • # Status of server
  • status: ServerStatus!
  • # Is tenable.sc server archived
  • archived: Boolean!
  • # Schedule for syncing with the tenable.sc server
  • schedule: DurationValue!
  • # Last sync time
  • lastSync: Time
  • # Details of the last sync
  • syncDetails: String
  • # Object usage information
  • usageInfo: UsageInfo!
  • }