You can call this operation to query the number of asset fingerprints. You can specify the following types of asset fingerprints: process, port, software, and account.
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, the results for all types are returned.
|
UuidList | String | No | [] |
The UUID of the asset. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Port | Integer | 163 |
The number of ports. |
Process | Integer | 367 |
The number of processes. |
RequestId | String | 7E0618A9-D5EF-4220-9471-C42B5E92719F |
The ID of the request. |
Software | Integer | 5073 |
The number of software. |
User | Integer | 114 |
The number of accounts. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribePropertyCount
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyCount>
<data>
<Process>367</Process>
<Software>5037</Software>
<Port>163</Port>
<User>114</User>
</data>
</DescribePropertyCount>
JSON
format
{
"data":{
"User":114,
"Software":5037,
"Port":163,
"Process":367
}
}
Error codes
For a list of error codes, visit the API Error Center.