ListMachines
Region:
China East 1 Finance
Request Parameters
Required
projectThe name of the pro...
machineGroupThe name of the mac...
offsetThe line from which...
sizeThe number of entri...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.

Request Syntax

GET /machinegroups/{machineGroup}/machines HTTP/1.1

Path Parameters

Field NameField Details
machineGroupstring

The name of the machine group.

Example:test-groupReference Value Source:
    ListMachineGroup
    GetAppliedMachineGroups

Request Parameters

Field NameField Details
projectstring

The name of the project.

Example:ali-test-project
offsetinteger<int32>

The line from which the query starts. Default value: 0.

Example:0
sizeinteger<int32>

The number of entries per page. Default value: 100. Maximum value: 500.

Example:10

Response Parameters

Field NameField Details
countinteger<int32>

The number of machines that are returned on the current page.

Example:3
totalinteger<int32>

The total number of machines.

Example:8
machinesarray<machine>

The machines that are returned.

Change History
No Change History found.