def RunCommand()

in src/alibaba_cloud_ops_mcp_server/tools/oos_tools.py [0:0]


def RunCommand(
     RegionId: str = Field(description='AlibabaCloud region ID', default='cn-hangzhou'),
     InstanceIds: List[str] = Field(description='AlibabaCloud ECS instance ID List'),
     CommandType: str = Field(description='The type of command executed on the ECS instance, optional value:RunShellScript,RunPythonScript,RunPerlScript,RunBatScript,RunPowerShellScript', default='RunShellScript'),
     Command: str = Field(description='Content of the command executed on the ECS instance'),