@akamai/openapi-ts
    Preparing search index...

    Variable postManagedServiceResponseSchemaConst

    postManagedServiceResponseSchema: ZodObject<
        {
            address: ZodString;
            body: ZodUnion<readonly [ZodString, ZodNull]>;
            consultation_group: ZodString;
            created: ZodReadonly<ZodISODateTime>;
            credentials: ZodArray<ZodInt>;
            id: ZodReadonly<ZodInt>;
            label: ZodString;
            notes: ZodUnion<readonly [ZodString, ZodNull]>;
            region: ZodUnion<readonly [ZodString, ZodNull]>;
            service_type: ZodEnum<{ tcp: "tcp"; url: "url" }>;
            status: ZodEnum<
                {
                    disabled: "disabled";
                    ok: "ok";
                    pending: "pending";
                    problem: "problem";
                },
            >;
            timeout: ZodInt;
            updated: ZodReadonly<ZodISODateTime>;
        },
        $strip,
    > = ...

    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.