Use this API to get the value of a specific attribute of a module.
Method |
URL |
Required authentication |
GET |
/V1/CMDB/Modules/Attributes |
Yes |
Name |
Description |
---|---|
Token*required |
Place the token received from the API Log in to get an authentication token. |
moduleName*required |
The module name of a device. |
hostname*required |
The hostname of a device. |
attributeName |
The name of the attribute that you want to get it value. If not specified, return all attributes and their values. |
Parameter |
Type |
Description |
Example |
---|---|---|---|
hostname |
string |
The hostname of the returned device. |
{ |
attributeName |
string |
The name of the attribute. |
|
moduleAttributeValue |
integer |
The value of the attribute. |
|
statusCode |
integer |
The returned status code of executing the API. |
|
statusDescription |
string |
The explanation of the status code. |