Mutation
Variables
Response
Mutations
inspectTailscaleServe
Inspects Tailscale identity and Serve configuration on selected agents; an empty list selects all agents.
MUTATION
inspectTailscaleServe(agentIds: [ID!]!, requestId: ID!): TailscaleServeOperation!Arguments
agentIds
[ID!]!
default:[]
Agents to inspect, or an empty list for every agent.
requestId
ID!
required
Client-generated idempotency identifier.
Returns
id
ID!
Stable operation identifier.
Operation kind.
status
Aggregate operation progress.
templateId
ID
Related template identifier.
agents
Per-agent progress and jobs.
createdAt
String!
Creation time in ISO 8601 format.
finishedAt
String
Completion time in ISO 8601 format.
updatedAt
String!
Last update time in ISO 8601 format.
Mutation
Variables
Response