Skip to main content
QUERY
agentDiskSpace(agentId: ID!): AgentDiskSpace!

Arguments

agentId
ID!
required

Identifier of the agent.

agent

The agent associated with this agent disk space.

enabled
Boolean!

Whether this agent disk space is enabled.

Current status of this agent disk space.

The pressure mode associated with this agent disk space.

manualPressureMode
Boolean!

Whether the manual pressure mode condition is true for this agent disk space.

automaticPressureMode
Boolean!

Whether the automatic pressure mode condition is true for this agent disk space.

lastReportedAt
String

ISO 8601 timestamp when this agent disk space last reported. May be null when unavailable or not applicable.

lastError
String

The last error associated with this agent disk space. May be null when unavailable or not applicable.

warnings
[String!]!

Warnings associated with this agent disk space.

volumes

Volumes associated with this agent disk space.

Query
Variables
Response