Target.setRemoteLocations
Enables target discovery for the specified locations, when setDiscoverTargets
was set to true
.
{
"name": "setRemoteLocations",
"description": "Enables target discovery for the specified locations, when setDiscoverTargets
was set to true
.",
"parameters": [
{
"name": "locations",
"type": "array",
"items": {
"$ref": "RemoteLocation"
},
"description": "List of remote locations."
}
],
"experimental": true
}