Hi Daniel,
Thanks so much for clarifying.
I am assuming the scenario is that you have a SQL client and you want to separate databases into multiple subclients under the discovered SQL instance?
So in the scenario above, you could look at the MSSQL create-subclient and modify-subclient API reference pages depending on whether the subclient you’re adding content to exists or does not exist:
Content is defined in the content part of these API calls as per the below example:
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
If you are just planning on using the default subclient, then no further manual configuration is required. Default subclient automatically discovers databases at runtime during backup.
Let me know if this is what you’re looking for.
David