Skip to main content

Service

No description

type Service {
id: ID!
parentServiceId: ID
port: Int!
targetId: ID!
protocol: String!
transport: Transport!
version: Int!
serviceStatus: ServiceStatus!
deletedAt: DateTime
createdBy: String
createdAt: DateTime!
updatedAt: DateTime!
vulnerabilitySeverities: VulnerabilitySeverityMetrics!
cveCountPerSeverity: VulnerabilitySeverityMetrics!
}

Fields

Service.id ● ID! non-null scalar

The ID of the service

Service.parentServiceId ● ID scalar

The ID of the parent service

Service.port ● Int! non-null scalar

The port of the service

Service.targetId ● ID! non-null scalar

The ID of the target

Service.protocol ● String! non-null scalar

The protocol of the service

Service.transport ● Transport! non-null enum

The transport of the service

Service.version ● Int! non-null scalar

The version of the service

Service.serviceStatus ● ServiceStatus! non-null enum

The status of the service

Service.deletedAt ● DateTime scalar

The date and time the service was deleted

Service.createdBy ● String scalar

The ID of the user who created the service

Service.createdAt ● DateTime! non-null scalar

The date and time the service was created

Service.updatedAt ● DateTime! non-null scalar

The date and time the service was last updated

Service.vulnerabilitySeverities ● VulnerabilitySeverityMetrics! non-null object

The number of vulnerabilities by severity

Service.cveCountPerSeverity ● VulnerabilitySeverityMetrics! non-null object

The number of CVEs by severity

Returned By

service query

Member Of

ServiceEdge object ● Services object