Queries the statistical information about asset fingerprints. The information includes the numbers of processes, ports, software, users, and scheduled tasks.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyCount |
The operation that you want to perform. Set the value to DescribePropertyCount. |
Type | String | No | port |
The type of the asset fingerprint. Valid values:
Note If you do not specify a type, all types of asset fingerprints are queried.
|
UuidList | String | No | [c4678332-ef3**,c46***] |
The UUIDs of the assets. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Cron | Integer | 261 |
The number of scheduled tasks. |
Port | Integer | 163 |
The number of listening ports. |
Process | Integer | 367 |
The number of running processes. |
RequestId | String | 7E0618A9-D5EF-4220-9471-C42B5E92719F |
The ID of the request. |
Software | Integer | 5073 |
The number of software assets. |
User | Integer | 114 |
The number of users. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertyCount
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyCount>
<User>340</User>
<Software>2598</Software>
<Port>265</Port>
<Process>395</Process>
<RequestId>3D93ABAB-0AC2-4A27-A03B-35C0E4AA0443</RequestId>
<Cron>261</Cron>
</DescribePropertyCount>
JSON
format
{
"User":340,
"Software":2598,
"Port":265,
"RequestId":"3D93ABAB-0AC2-4A27-A03B-35C0E4AA0443",
"Process":395,
"Cron":261
}
Error codes
For a list of error codes, visit the API Error Center.