Skip to content

MGN Client describe_source_servers is missing a parameter replicatorId in response #4668

@vvnair-amzn

Description

@vvnair-amzn

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

  • Select this option if this issue appears to be a regression.

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

Metadata

Metadata

Labels

bugThis issue is a confirmed bug.mgnp3This is a minor priority issueresponse-requestedWaiting on additional information or feedback.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions