+
+ id
+ string
+ Unique ID
+ typestring
@@ -1742,6 +1747,7 @@
Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: activeDirectoryRequest Object Specs
@@ -1758,11 +1764,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -1898,6 +1899,7 @@
This section describes API calls for managing Windows web-server software – IIS.Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: webServerRequest Object Specs
@@ -1914,11 +1916,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -2041,6 +2038,7 @@
Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: aspNetAppRequest Object Specs
@@ -2057,11 +2055,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -2201,6 +2194,7 @@
Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: webServerFarmRequest Object Specs
@@ -2217,11 +2211,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -2357,6 +2346,7 @@
Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: aspNetAppFarmRequest Object Specs
@@ -2373,11 +2363,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -2526,6 +2511,7 @@
This section describes API calls for managing MS SQL Server Service.Please, refer to Shared Attributes article for shared/common
attributes specification.
+ Type: msSqlServerRequest Object Specs
@@ -2542,11 +2528,6 @@
-
- id
- string
- Unique ID
- namestring
@@ -2690,5 +2671,502 @@
+
+ MS SQL Server Cluster Specs
+ This section describes API calls for managing MS SQL Server Cluster Service.
+ Please, refer to Shared Attributes article for shared/common
+ attributes specification.
+ Type: msSqlClusterServer
+
+ Request Object Specs
+
+ MS SQL Server Object
+
+
+
+
+
+
+ Attribute
+ Type
+ Description
+
+
+
+
+ name
+ string
+ User-friendly name
+
+
+ externalAD
+ boolean
+ Is Active Directory is configured by the System Administrator
+
+
+ domainAdminUserName
+ string
+ Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator
+
+
+ domain
+ string
+ Domain name.
+ This attribute may be empty/null/omitted
+ if machine is not a domain member
+
+
+
+ mixedModeAuth
+ bool
+ Use LDAP to access SQL Server
+
+
+ clusterIp
+ string
+ A valid IPv4 fixed IP
+
+
+ clusterName
+ string
+ Service name for new SQL Cluster service
+
+
+ agGroupName
+ string
+ Availability Group Name
+
+
+ agListenerName
+ string
+ FQDN name of a new DNS entry for AG Listener endpoint
+
+
+ agListenerIP
+ string
+ Availability Group Listener IP
+
+
+ units
+ object
+ MS SQL Server Cluster Unit object
+
+
+
+
+
+ MS SQL Server Cluster Unit object
+
+
+
+
+
+
+ Attribute
+ Type
+ Description
+
+
+
+
+ id
+ string
+ Unique ID
+
+
+ isMaster
+ boolean
+ Is this node master?
+
+
+ isSync
+ boolean
+ Is this node in sync mode?
+
+
+
+
+
+
+ Create Object Specs
+
+ MS SQL Server Cluster Unit object
+
+
+
+
+
+
+
+ Attribute
+ Type
+ Required
+ Description
+
+
+
+
+ name
+ string
+ User-friendly name
+
+
+ adminPassword
+ string
+ Domain password
+
+
+ externalAD
+ boolean
+ Is Active Directory is configured by the System Administrator
+
+
+ domainAdminUserName
+ string
+ Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator
+
+
+ domainAdminPassword
+ string
+ Password for Active Directory user with admin role, if Active Directory is configured by the System Administrator
+
+
+ domain
+ string
+ Domain name.
+ This attribute may be empty/null/omitted
+ if machine is not a domain member
+
+
+
+ mixedModeAuth
+ bool
+ Use LDAP to access SQL Server
+
+
+ saPassword
+ string
+ SQL Server admin password
+
+
+ clusterIp
+ string
+ A valid IPv4 fixed IP
+
+
+ clusterName
+ string
+ Service name for new SQL Cluster service
+
+
+ agGroupName
+ string
+ Availability Group Name
+
+
+ agListenerName
+ string
+ FQDN name of a new DNS entry for AG Listener endpoint
+
+
+ agListenerIP
+ string
+ Availability Group Listener IP
+
+
+ sqlServicePassword
+ string
+ User password that will be created to manage cluster instances
+
+
+ units
+ object
+ SQL Server Cluster Unit object
+
+
+
+
+
+ MS SQL Server Cluster Unit Object
+
+
+
+
+
+
+
+ Attribute
+ Type
+ Required
+ Description
+
+
+
+
+ isMaster
+ boolean
+ yes
+ Is this node master?
+
+
+ isSync
+ boolean
+ yes
+ Is this node in sync mode?
+
+
+
+
+
+
+
+ Linux Apache Specs
+ This section describes objects specs for Active Directory service.
+
+ Please, refer to Shared Attributes article for shared/common
+ attributes specification.
+ Type: linuxApacheService
+
+ Request Object Specs
+
+ Linux Apache Object
+
+
+
+
+
+
+ Attribute
+ Type
+ Description
+
+
+
+
+ name
+ string
+ Domain name
+
+
+ deployApachePHP
+ boolean
+ Enable PHP support on installed service
+
+
+ units
+ object
+ Linux Apache Unit object
+
+
+
+