| getnsmgmtparamResult Structure Definition |
The getnsmgmtparamResult structure defines the return type for getnsmgmtparam API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsmgmtparamList |
List of nsmgmtparams |
| nsmgmtparam Structure Definition |
The nsmgmtparam structure defines the actual return type values for getnsmgmtparam API. |
Syntax |
Members |
mgmthttpport |
This allow the configuration of management HTTP port. |
mgmthttpsport |
This allows the configuration of management HTTPS port. |
httpdmaxclients |
This enables setting the HTTPD Max Clients value in the httpd.conf file. You can configure either Max Clients or Max Request Workers. The allowable range is from a minimum of 1 to a maximum of 255 |
httpdmaxreqworkers |
This enables setting the HTTPD Max Request Workers value in the httpd.conf file. You can configure either Max Clients or Max Request Workers. The allowable range is from a minimum of 1 to a maximum of 255 |
_nextgenapiresource |
See Also |