Management-information pattern attributes
The following attributes provide information about a management-information category pattern.
These attributes can be included in the request body for the POST /patterns method and the response body for the GET /patterns/{id}/includeSettings method.
For more information about management-information patterns, see Defining management interface settings.
Attributes | Type | Description | |||
---|---|---|---|---|---|
template_type | String | Type of category pattern. This value is always Management. | |||
template | Object | Information about the system-information category pattern | |||
description | String | Category-pattern description | |||
domainNameSystem | Object | Information about the domain name system (DNS) | |||
dynamicDNS | String | Indicates whether dynamic domain name service (DDNS) is enabled or disabled | |||
domainName | String | Domain name (for example, company.com) | |||
domainNameSource | String | Indicates whether to obtain the domain name from a DHCP server. This can be one of the following values.
| |||
hostName | Object | Information about the hostname | |||
autogen | String | Indicates whether the hostname of the server is automatically generated. This can be one of the following values.
| |||
hyphenChecked | Boolean | This value is always false. | |||
interfaceSettings | Object | Information about the interface settings | |||
ethInterface | Integer | Network interface that is used for the management network (for example, 0 for Eth0) | |||
maximumTransmissionUnit | String | Maximum transmission unit (MTU) | |||
managementIPAddress | Object | Information about the management IP address | |||
ipV4Settings | String | IPv4 address setting. This can be one of the following values.
| |||
ipV6Settings | String | IPv6 address setting. This can be one of the following values.
| |||
name | String | Category-pattern name | |||
portAssignments | Object | Information about the port assignments | |||
cimhttpPort | String | Port number for CIM over HTTP | |||
cimhttpsPort | String | Port number for CIM over secure HTTP | |||
httpPort | String | Port number for HTTP | |||
httpsPort | String | Port number for secure HTTP | |||
telnetcliPort | String | Port number for the Telnet CLI | |||
remotecontrolPort | String | Port number for the remote control console | |||
sshcliPort | String | Port number for the SSH CLI | |||
snmpagentPort | String | Port number for the SNMP agent | |||
snmptrapsPort | String | Port number for SNMP traps | |||
type | String | Type of category pattern. This value is always Management. | |||
uri | String | URI identifier for the exported pattern | |||
userDefined | String | Identifies whether the category pattern is user define or learned. This can be one of the following values.
|
Example
{
"template_type" : "Management",
"template" : {
"description" : "Pattern created from server: Lenovo x240\n
Learned on: Jul 29, 2015 12:08:14 PM",
"domainNameSystem" : {
"domainName" : "",
"domainNameSource" : "dhcp",
"dynamicDNS" : "enabled"
},
"hostName" : {
"autogen" : "Disable",
"hyphenChecked" : false
},
"interfaceSettings" : {
"ethInterface" : 0,
"maximumTransmissionUnit" : "1500"
},
"managementIPAddress" : {
"ipV4Settings" : "No Change",
"ipV6Settings" : "No Change"
},
"name" : "Learned-Management-2",
"portAssignments" : {
"telnetcliPort" : "23",
"snmptrapsPort" : "162",
"snmpagentPort" : "161",
"sshcliPort" : "22",
"remotecontrolPort" : "3900",
"httpPort" : "80",
"httpsPort" : "443",
"cimhttpPort" : "5988",
"cimhttpsPort" : "5989"
},
"type" : "Management",
"uri" : "\/config\/template\/62",
"userDefined" : true
}
}
Give documentation feedback