View instances identified by intelligent behavior analytics.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListUnknownThreatDetectMachine |
list |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Uuid |
string |
No |
The UUID of the server. |
d2d94e8b-bb25-4744-8004-1e08a53c**** |
| StudyMode |
string |
No |
The whitelist mode. Valid values:
|
hash |
| Status |
string |
No |
The status of the machine. Valid values:
|
studying |
| CurrentPage |
integer |
No |
The page number to return. |
1 |
| PageSize |
integer |
No |
The maximum number of entries to return per page. |
20 |
| Remark |
string |
No |
The server name or IP address. |
test-ecs |
| StudyTimeStart |
integer |
No |
The start of the time range for model creation, specified as a timestamp in milliseconds. |
1768891966344 |
| StudyTimeEnd |
integer |
No |
The end of the time range for model creation, specified as a timestamp in milliseconds. |
1768891966346 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX |
| PageInfo |
object |
The pagination information. |
|
| CurrentPage |
integer |
The current page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
20 |
| TotalCount |
integer |
The total number of entries. |
149 |
| Count |
integer |
The number of entries on the current page. |
10 |
| Data |
array<object> |
An array of instance details. |
|
|
object |
The details of an instance. |
||
| Uuid |
string |
The UUID of the asset instance. |
6690a46c-0edb-4663-a641-3629d1a9**** |
| StudyStartTime |
integer |
The timestamp when the learning phase started. Unit: seconds. |
1766988192 |
| ProcessCount |
integer |
The process count. |
1 |
| Status |
string |
The instance status. Valid values:
|
studying |
| StudyMode |
string |
The whitelist mode. Valid values:
|
hash |
| InstanceName |
string |
The instance name. |
12 |
| InternetIp |
string |
The public IP address. |
172.16.XX.XX |
| IntranetIp |
string |
The private IP address. |
10.42.XX.XX |
Examples
Success response
JSON format
{
"RequestId": "A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 149,
"Count": 10
},
"Data": [
{
"Uuid": "6690a46c-0edb-4663-a641-3629d1a9****",
"StudyStartTime": 1766988192,
"ProcessCount": 1,
"Status": "studying",
"StudyMode": "hash",
"InstanceName": "12",
"InternetIp": "172.16.XX.XX",
"IntranetIp": "10.42.XX.XX"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.