Skip to content

Commit

Permalink
User/devanshjain/discovery ha ers props (Azure#6844)
Browse files Browse the repository at this point in the history
* added ers props

* added health status to ers props

* removed status from ers props

* added ersType property

* added instance no to DB Server Props

* changed ersType to ersVersion

* changed ers inactive style

* fixed comments

* added back primary secondary CS types

* removed the database instance no prop

* removed database instance no prop

* added custom word in the txt file
  • Loading branch information
devanshjainms authored Apr 13, 2022
1 parent 0663d45 commit f547ddb
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ artifactsource
artifactsources
artifacttypes
asciifolding
ASCS
Asns
aspnet
asyncinfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,11 @@
"enum": [
"Primary",
"Secondary",
"Unknown"
"Unknown",
"ASCS",
"ERSInactive",
"ERS",
"Standby"
],
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -1677,6 +1681,22 @@
"read"
]
},
"EnqueueReplicationServerType": {
"description": "Defines the type of Enqueue Replication Server.",
"enum": [
"EnqueueReplicator1",
"EnqueueReplicator2"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "EnqueueReplicationServerType",
"modelAsString": true
},
"x-ms-mutability": [
"read"
]
},
"ProvisioningState": {
"description": "Defines the provisioning states.",
"enum": [
Expand Down Expand Up @@ -2947,6 +2967,45 @@
}
}
},
"EnqueueReplicationServerProperties": {
"description": "Defines the SAP ERS Server properties.",
"type": "object",
"properties": {
"ersVersion": {
"$ref": "#/definitions/EnqueueReplicationServerType",
"readOnly": true
},
"instanceNo": {
"type": "string",
"description": "The ERS server instance id.",
"readOnly": true
},
"hostname": {
"type": "string",
"description": "The ERS server SAP host name.",
"readOnly": true
},
"kernelVersion": {
"type": "string",
"description": "The ERS server SAP kernel version.",
"readOnly": true
},
"kernelPatch": {
"type": "string",
"description": "The ERS server SAP kernel patch.",
"readOnly": true
},
"ipAddress": {
"type": "string",
"description": "The ERS server SAP IP Address.",
"readOnly": true
},
"health": {
"$ref": "#/definitions/HealthState",
"readOnly": true
}
}
},
"SAPCentralServerProperties": {
"description": "Defines the SAP Central Server properties.",
"type": "object",
Expand All @@ -2970,6 +3029,9 @@
"gatewayServerProperties": {
"$ref": "#/definitions/GatewayServerProperties"
},
"enqueueReplicationServerProperties": {
"$ref": "#/definitions/EnqueueReplicationServerProperties"
},
"kernelVersion": {
"type": "string",
"description": "The central server kernel version.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
"port": 3300,
"health": "Healthy"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down Expand Up @@ -101,6 +110,15 @@
"port": 3300,
"health": "Healthy"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"port": 3300,
"health": "Degraded"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
"port": 3300,
"health": "Healthy"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"port": 3300,
"health": "Healthy"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down Expand Up @@ -103,6 +112,15 @@
"port": 3300,
"health": "Healthy"
},
"enqueueReplicationServerProperties": {
"ersVersion": "EnqueueReplicator1",
"instanceNo": "00",
"hostname": "vh-ers1",
"kernelVersion": "777",
"kernelPatch": "patch 300",
"ipAddress": "10.0.0.5",
"health": "Healthy"
},
"kernelVersion": "777",
"kernelPatch": "patch 300",
"vmDetails": [
Expand Down

0 comments on commit f547ddb

Please sign in to comment.