Skip to main content

%Net.Provision.EMManage

Method Inventory

Methods

classmethod CreateX509Credential(Alias As %String, CAfile As %String, Certfile As %String, Keyfile As %String, passwd As %String = "") as %Status
An X509 Credential corresponding to the Alias is created if it does not already exist.
Alias - Credential alias to be used.
CAfile - Certificate Authority X.509 certificate file (should also be in the /mgr directory of the instance).
Certfile - Client certificate file.
Keyfile - Client certificate key file.
passwd - Client certificate password (if any).
classmethod EMReqManagement(Alias As %String, CAfile As %String, Certfile As %String, Keyfile As %String, passwd As %String = "", Host As %String, Port As %String, Prefix As %String = "", Description As %String = "") as %Status
Sends an Apply for Management request on behalf of the instance to the specified EM Server.
An X509 Credential alias, and location of X509 Certificates are passed. An X509 Credential corresponding to the Alias is created if it does not already exist.
The EM Manager host, port number, and prefix are used to contact the EM Server.
Alias - Credential alias to be used.
CAfile - Certificate Authority X.509 certificate file (should also be in the /mgr directory of the instance).
Certfile - Client certificate file.
Keyfile - Client certificate key file.
passwd - Client certificate password (if any).
Host - EM host name or IP address.
Port - EM Webserver port number.
Prefix - EM instance URLPrefix (if any).
Description (optional) - User text to describe the Apply for Management request on the EM Server.
classmethod EMReqManagementByPass(Host As %String, Port As %String, Prefix As %String = "", Description As %String = "") as %Status
Sends an Apply for Management request on behalf of the instance to the specified EM Server.
The EM Manager host, port number, and prefix are used to contact the EM Server.
Host - EM host name or IP address.
Port - EM Webserver port number.
Prefix - EM instance URLPrefix (if any).
Description (optional) - User text to describe the Apply for Management request on the EM Server.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab