diff --git a/src/murano-manual/src/docbkx/content/specification.xml b/src/murano-manual/src/docbkx/content/specification.xml index 5c08280..1fc5e0e 100644 --- a/src/murano-manual/src/docbkx/content/specification.xml +++ b/src/murano-manual/src/docbkx/content/specification.xml @@ -1603,6 +1603,115 @@ None +
+ Shared Attributes + This section describes attributes common to all services. + +
+ Request Object Specs + + Service Object Specs + + + + + + + Attribute + Type + Description + + + + + type + string + Service Type + + + created + datetime + Creation date and time in ISO + format + + + + updated + datetime + Modification date and time in ISO + format + + + + unitNamingPattern + string + Unit instances naming pattern + + + availabilityZone + string + Availability where service is located + + + flavor + string + Active Directory Unit object + + + osImage + string + Name of image used to power instance + + + +
+
+
+ Create Object Specs + + Service Object Specs + + + + + + + Attribute + Type + Description + + + + + type + string + Service Type + + + unitNamingPattern + string + Unit instances naming pattern + + + availabilityZone + string + Availability where service is located + + + flavor + string + Active Directory Unit object + + + osImage + string + Name of image used to power instance + + + +
+
+
Active Directory Specs This section describes objects specs for Active Directory service. @@ -1633,35 +1742,11 @@ string Domain name - - type - string - Service Type - - - created - datetime - Creation date and time in ISO - format - - - - updated - datetime - Modification date and time in ISO - format - - domain string Domain name - - uri - string - URI of the Service - units object @@ -1696,18 +1781,6 @@ false otherwise - - address - string - Unit address - - - location - string - AvailabilityZone or specific - physical datacenter. - - @@ -1736,11 +1809,6 @@ yes Domain name - - type - string - Service Type - adminPassword string @@ -1794,12 +1862,6 @@ yes Recovery password - - location - string - yes - AvailabilityZone or specific physical datacenter. - @@ -1829,29 +1891,11 @@ string Unique ID - - type - string - Service Type - name string User-friendly name - - created - datetime - Creation date and time in ISO format - - - - updated - datetime - Modification date and time in ISO - format - - uri string @@ -1892,17 +1936,6 @@ string Unique ID - - address - string - Unit address - - - location - string - AvailabilityZone or specific physical datacenter. - - @@ -1931,11 +1964,6 @@ yes User-friendly name - - type - string - Service Type - domain string @@ -1968,11 +1996,10 @@ - location - string - yes - AvailabilityZone or specific physical datacenter. - + - + - + - + - @@ -2005,29 +2032,11 @@ string Unique ID - - type - string - Service Type - name string User-friendly name - - created - datetime - Creation date and time in ISO format - - - - updated - datetime - Modification date and time in ISO - format - - repository string @@ -2077,18 +2086,6 @@ string Unique ID - - address - string - Unit address - - - location - string - AvailabilityZone or specific - physical datacenter. - - @@ -2117,11 +2114,6 @@ yes User-friendly name - - type - string - Service Type - repository string @@ -2162,11 +2154,10 @@ - location - string - yes - AvailabilityZone or specific physical datacenter. - + - + - + - + - @@ -2199,29 +2190,11 @@ string Unique ID - - type - string - Service Type - name string User-friendly name - - created - datetime - Creation date and time in ISO format - - - - updated - datetime - Modification date and time in ISO - format - - uri string @@ -2269,13 +2242,6 @@ string Unique ID - - location - string - AvailabilityZone or specific - physical datacenter. - - @@ -2347,11 +2313,10 @@ - location - string - yes - AvailabilityZone or specific physical datacenter. - + - + - + - + - @@ -2384,29 +2349,11 @@ string Unique ID - - type - string - Service Type - name string User-friendly name - - created - datetime - Creation date and time in ISO format - - - - updated - datetime - Modification date and time in ISO - format - - uri string @@ -2461,18 +2408,6 @@ string Unique ID - - address - string - Unit address - - - location - string - AvailabilityZone or specific - physical datacenter. - - @@ -2501,11 +2436,6 @@ yes User-friendly name - - type - string - Service Type - repository string @@ -2552,11 +2482,177 @@ - location + - + - + - + - + + + + +
+ +
+ MS SQL Server API + This section describes API calls for managing MS SQL Server Service +
+ Request Object Specs + + MS SQL Server Object + + + + + + + Attribute + Type + Description + + + + + id + string + Unique ID + + + name + string + User-friendly name + + + mixedModeAuth + bool + Use LDAP to access SQL Server + + + saPassword + string + SQL Server admin password + + + domain + string + Domain name. + This attribute may be empty/null/omitted + if machine is not a domain member + + + + adminPassword + string + Domain password + + + units + object + SQL Server Unit object + + + +
+ + ASP.NET Application Farm Unit Object + + + + + + + Attribute + Type + Description + + + + + id + string + Unique ID + + + +
+
+
+ Create Object Specs + + ASP.NET Application Farm Object + + + + + + + + Attribute + Type + Required + Description + + + + + name string yes - AvailabilityZone or specific physical datacenter. - + User-friendly name + + + mixedModeAuth + bool + yes + Use LDAP to access SQL Server + + + saPassword + string + no + SQL Server admin password + + + domain + string + no + Domain name + + + adminPassword + string + no + Domain admin password + + + units + object + yes + SQL Server Unit object + + + +
+ + ASP.NET Application Farm Unit Object + + + + + + + + Attribute + Type + Required + Description + + + + + - + - + - + -