Describe the bug
While using describe_source_servers in boto3 request, the response is missing replicatorId.
{ "items" : [ { "dataReplicationInfo" : { "replicatorId" : "NAME OF THE MGN replication Server" } } ] }
however this is present in the DescribeSourceServers API call response.
Please add the replicatorId in the boto3 call response as well.
Regression Issue
Expected Behavior
{
"items" : [
{ "dataReplicationInfo" : {
"replicatorId" : "NAME OF THE MGN replication Server"
}
}
]
}
`
Please add the replicatorId in the boto3 call response as well for MGN client.
Current Behavior
While using describe_source_servers in boto3 request, the response is missing replicatorId.
{ "items" : [ { "dataReplicationInfo" : { "replicatorId" : "NAME OF THE MGN replication Server" } } ] }
however this is present in the DescribeSourceServers API call response.
Please add the replicatorId in the boto3 call response as well.
Reproduction Steps
Call the function and check for replicatorId in the response
mgn_client.describe_source_servers( filters={'sourceServerIDs': SOURCE_SERVER_ID} )
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.41.3
Environment details (OS name and version, etc.)
Mac
Describe the bug
While using describe_source_servers in boto3 request, the response is missing replicatorId.
{ "items" : [ { "dataReplicationInfo" : { "replicatorId" : "NAME OF THE MGN replication Server" } } ] }however this is present in the DescribeSourceServers API call response.
Please add the replicatorId in the boto3 call response as well.
Regression Issue
Expected Behavior
{
"items" : [
{ "dataReplicationInfo" : {
"replicatorId" : "NAME OF THE MGN replication Server"
}
}
]
}
`
Please add the replicatorId in the boto3 call response as well for MGN client.
Current Behavior
While using describe_source_servers in boto3 request, the response is missing replicatorId.
{ "items" : [ { "dataReplicationInfo" : { "replicatorId" : "NAME OF THE MGN replication Server" } } ] }however this is present in the DescribeSourceServers API call response.
Please add the replicatorId in the boto3 call response as well.
Reproduction Steps
Call the function and check for replicatorId in the response
mgn_client.describe_source_servers( filters={'sourceServerIDs': SOURCE_SERVER_ID} )Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.41.3
Environment details (OS name and version, etc.)
Mac