DescribePropertySoftwareDetail
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Sas/DescribePropertySoftwareDetail
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Path | BODY | string | No | No sample value for this parameter. | software installation path. |
SoftwareVersion | BODY | string | No | No sample value for this parameter. | application software version. |
Uuid | BODY | string | No | No sample value for this parameter. | host asset UUID. |
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
Extend | BODY | string | No | No sample value for this parameter. | whether to Name parameter uses fuzzy matching search, value range: 1: indicates the use of 0: indicates that is not used |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Ip | BODY | string | No | No sample value for this parameter. | host asset IP. |
version | BODY | string | No | 2016-01-01 | version of api |
Name | BODY | string | No | No sample value for this parameter. | application name. |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or instance name. description supports fuzzy matching. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Path | string | no demo value | application software installation path. |
PropertySoftwares | array | no demo value | host application software details. see the following parameter description for specific sub-items. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
InstallTime | string | no demo value | application software installation time. |
Ip | string | no demo value | host asset IP. |
Count | integer | no demo value | number of current page records. |
InstanceName | string | no demo value | host instance name. |
TotalCount | integer | no demo value | total number of records returned. |
Uuid | string | no demo value | host asset UUID. |
CurrentPage | integer | no demo value | currently returns page number. |
Version | string | no demo value | application software version. |
Create | string | no demo value | information reporting time. |
Example
Successful Response example
{
"Path":"no demo value",
"PropertySoftwares":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"InstallTime":"no demo value",
"Ip":"no demo value",
"Count":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Version":"no demo value",
"Create":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}