Skip to main content

Discover MySQL Instances

This operation discovers MySQL instances on the specified client.

Use this API to auto-discover MySQL instances running on a client machine. The discovered instances can then be added and configured for backup and restore operations.

Path Parameters
  • clientId int64 required

    Client ID of the client on which MySQL instances are to be discovered

Responses

OK


Schema
  • error object

    Error information object

  • errorString string

    Error message string. Empty string indicates success.

  • errorCode int64

    Error code. 0 indicates success.

Loading...