AssociatedServiceIPs
Represents the details of an service associated with a IP address.
type AssociatedServiceIPs {
id: ID!
name: String!
description: String
status: String
updatedAt: DateTime
}
Fields
AssociatedServiceIPs.id
● ID!
non-null scalar
The unique identifier of the Service entry.
AssociatedServiceIPs.name
● String!
non-null scalar
The name of the Service entry.
AssociatedServiceIPs.description
● String
scalar
A brief description of the Service entry.
AssociatedServiceIPs.status
● String
scalar
The current status of Service entry (e.g., 'active', 'inactive').
AssociatedServiceIPs.updatedAt
● DateTime
scalar
The timestamp of the last update to this Service entry.
Member Of
IPAddress
object