{
    "bmc.kepler.JobService": {
        "properties": {
            "DateTime": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "JobService服务状态变更时间",
                "example": "2025-11-25T21:24:30+08:00"
            },
            "MaxJobs": {
                "baseType": "U32",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "JobService服务支持的最大job数",
                "example": 32
            },
            "Scheduling": {
                "baseType": "Boolean",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "JobService服务是否支持任务编排",
                "example": true
            },
            "ServiceEnabled": {
                "baseType": "Boolean",
                "readOnly": false,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "JobService服务使能状态",
                "example": true
            },
            "DeleteOnCompletionTimeoutMinutes": {
                "baseType": "U32",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "JobService服务已完成状态job的清理时间,单位:分钟",
                "example": 10000
            }
        },
        "methods": {
            "GetJobTypes": {
                "description": "获取已支持的Job任务信息",
                "req": {},
                "rsp": {
                    "Data": {
                        "baseType": "String[]",
                        "description": "已支持的Job任务信息"
                    }
                }
            }
        }
    }
}