Queries the details of a software asset in the software list.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertySoftwareDetail |
The operation that you want to perform. Set the value to DescribePropertySoftwareDetail. |
CurrentPage | Integer | No | 1 |
The page number of the current page. |
Name | String | No | tes*** |
The name of the software. |
PageSize | Integer | No | 5 |
The number of entries to return on each page. |
Path | String | No | /etc/test |
The directory where the software is installed. |
Remark | String | No | 1.2.3.4 |
The name or IP address of the server. |
SoftwareVersion | String | No | 11 |
The version of the software. |
Uuid | String | No | 50d213b4-3a35-427a-b8a5-*** |
The UUID of the software. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
PageInfo |
The page information. |
||
Count | Integer | 2 |
The number of entries returned on the current page. |
CurrentPage | Integer | 1 |
The page number of the current page. |
PageSize | Integer | 2 |
The number of entries returned per page. |
TotalCount | Integer | 23 |
The total number of returned entries. |
Propertys | Array |
The details of the software. |
|
Create | Long | 1565539587000 |
The time when the data was last collected. |
CreateTimestamp | Long | 1565539587000 |
The timestamp of last data collection. |
InstallTime | String | 2017-09-07 10:54:49 |
The time when the software was installed. |
InstanceId | String | i-uf*** |
The ID of the asset. |
InstanceName | String | test |
The name of the asset. |
InternetIp | String | 1.2.3.1 |
The public IP address of the asset. |
IntranetIp | String | 1.2.3.2 |
The private IP address of the asset. |
Ip | String | 1.2.3.1 |
The public IP address of the asset. |
Name | String | aaa_base |
The name of the software. |
Path | String | /etc/test |
The directory where the software is installed. |
Uuid | String | 4ef1115b-e423-4b4b-b930-*** |
The UUID of the server. |
Version | String | 11 |
The version of the software. |
RequestId | String | 9C5AE850-7140-4DE6-B892-055EB0D9F28A |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertySoftwareDetail
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertySoftwareDetail>
<RequestId>9C5AE850-7140-4DE6-B892-055EB0D9F28A</RequestId>
<PageInfo>
<Count>2</Count>
<TotalCount>35795</TotalCount>
<PageSize>2</PageSize>
<CurrentPage>1</CurrentPage>
</PageInfo>
<Propertys>
<Uuid>04c56617-23fc-***</Uuid>
<Name>abrt</Name>
<Ip>1.2.3.1</Ip>
<CreateTimestamp>1561330240000</CreateTimestamp>
<IntranetIp>1.2.3.3</IntranetIp>
<InstanceId>i-bp***</InstanceId>
<Create>2019-06-24T06:50Z</Create>
<InternetIp>1.2.3.1</InternetIp>
<InstallTime>2014-08-14 21:18:50</InstallTime>
<Version>2.0.8</Version>
<InstanceName>Test-***</InstanceName>
<Path>/etc/abrt</Path>
</Propertys>
<Propertys>
<Uuid>c038fd42-3151-4***</Uuid>
<Name>abrt</Name>
<Ip>1.2.3.5</Ip>
<CreateTimestamp>1562283761000</CreateTimestamp>
<IntranetIp>1.2.3.6</IntranetIp>
<InstanceId>i-b***</InstanceId>
<Create>2019-07-05T07:42Z</Create>
<InternetIp>1.2.3.5</InternetIp>
<InstallTime>2014-11-21 18:23:32</InstallTime>
<Version>2.1.11</Version>
<InstanceName>Test host-***</InstanceName>
<Path>/etc/abrt</Path>
</Propertys>
</DescribePropertySoftwareDetail>
JSON
format
{
"RequestId":"9C5AE850-7140-4DE6-B892-055EB0D9F28A",
"PageInfo":{
"Count":2,
"TotalCount":35795,
"PageSize":2,
"CurrentPage":1
},
"Propertys":[
{
"Name":"abrt",
"Uuid":"04c56617-23fc-***",
"Ip":"1.2.3.1",
"CreateTimestamp":1561330240000,
"Create":"2019-06-24T06:50Z",
"InstanceId":"i-bp***",
"IntranetIp":"1.2.3.3",
"InternetIp":"1.2.3.1",
"InstallTime":"2014-08-14 21:18:50",
"Version":"2.0.8",
"InstanceName":"Test-****",
"Path":"/etc/abrt"
},
{
"Name":"abrt",
"Uuid":"c038fd42-3151-4***",
"Ip":"1.2.3.5",
"CreateTimestamp":1562283761000,
"Create":"2019-07-05T07:42Z",
"InstanceId":"i-b***",
"IntranetIp":"1.2.3.6",
"InternetIp":"1.2.3.5",
"InstallTime":"2014-11-21 18:23:32",
"Version":"2.1.11",
"InstanceName":"Test host-****",
"Path":"/etc/abrt"
}
]
}
Error codes
For a list of error codes, visit the API Error Center.