action linode_get_managed_service { label: "Managed Service View" description: "Returns information about a single Managed Service on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n" provider: linode method: GET path: "/managed/services/{serviceId}" encoding: json output: { type: "object" description: "A service that Linode is monitoring as part of your Managed services. If issues are detected with this service, a ManagedIssue will be opened and, optionally, Linode special forces will attempt to resolve the Issue.\n" properties: { address: { type: "string" format: "url" description: "The URL at which this Service is monitored.\n\nURL parameters such as `?no-cache=1` are preserved.\n\nURL fragments/anchors such as `#monitor` are **not** preserved.\n" } body: { type: "string" description: "What to expect to find in the response body for the Service to be considered up.\n" } consultation_group: { type: "string" description: "The group of ManagedContacts who should be notified or consulted with when an Issue is detected.\n" } created: { type: "string" format: "date-time" description: "When this Managed Service was created." } credentials: { type: "array" description: "An array of ManagedCredential IDs that should be used when attempting to resolve issues with this Service.\n" items: { type: "integer" } } id: { type: "integer" description: "This Service's unique ID.\n" } label: { type: "string" description: "The label for this Service. This is for display purposes only.\n" } notes: { type: "string" description: "Any information relevant to the Service that Linode special forces should know when attempting to resolve Issues.\n" } region: { type: "string" description: "The Region in which this Service is located. This is required if address is a private IP, and may not be set otherwise.\n" } service_type: { type: "string" description: "How this Service is monitored.\n" enum: ["url", "tcp"] } status: { type: "string" description: "The current status of this Service.\n" enum: ["disabled", "pending", "ok", "problem"] } timeout: { type: "integer" description: "How long to wait, in seconds, for a response before considering the Service to be down.\n" } updated: { type: "string" format: "date-time" description: "When this Managed Service was last updated." } } } }