Group - Get
Get group properties
GET http://localhost/BizTalkManagementService/Group/Properties
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json" |
Definitions
| Name | Description |
|---|---|
|
Biz |
BizTalk group databases |
|
Certificate |
Encryption certificate |
|
Database |
Database information |
|
Group |
Group properties. |
|
Security |
Database information |
BizTalkDatabases
BizTalk group databases
| Name | Type | Description |
|---|---|---|
| BAM |
Business Activity Monitoring database information |
|
| Management |
Management database information |
|
| MessageBox |
Master MessageBox database information |
|
| RuleEngine |
Rule engine database information |
|
| Tracking |
Tracking database information |
CertificateInfo
Encryption certificate
| Name | Type | Description |
|---|---|---|
| CommonName |
string |
Common Name |
| Thumbprint |
string |
Thumbprint of the certificate. |
DatabaseInfo
Database information
| Name | Type | Description |
|---|---|---|
| DatabaseName |
string |
Database name |
| ServerName |
string |
Database server name |
GroupProperties
Group properties.
| Name | Type | Description |
|---|---|---|
| BizTalkDatabases |
BizTalk databases |
|
| MajorVersion |
integer |
Major Version Of BizTalk Server Installed. |
| MinorVersion |
integer |
Minor Version Of BizTalk Server Installed |
| Name |
string |
Name of the BizTalk group |
| SSOServerName |
string |
Name of the machine where Single Sign On (SSO) server resides on. |
| SecurityGroups |
Security groups |
|
| SigningCertificate |
Signing certificate |
SecurityGroups
Database information
| Name | Type | Description |
|---|---|---|
| BizTalkAdministratorGroup |
string |
Name of the BizTalk Administrator Windows Group. |
| BizTalkB2BOperatorGroup |
string |
Name of the BizTalk B2B Operators Windows Group. |
| BizTalkOperatorGroup |
string |
Name of the BizTalk Operators Windows Group. |
| BizTalkReadOnlyUserGroup |
string |
Name of the BizTalk ReadOnly User Windows Group. |