github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmysql/docs/V2Api.md (about)

     1  # \V2Api
     2  
     3  All URIs are relative to *https://ncloud.apigw.ntruss.com/vmysql/v2*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**AddCloudMysqlDatabaseList**](V2Api.md#AddCloudMysqlDatabaseList) | **Post** /addCloudMysqlDatabaseList | 
     8  [**AddCloudMysqlUserList**](V2Api.md#AddCloudMysqlUserList) | **Post** /addCloudMysqlUserList | 
     9  [**ChangeCloudMysqlUserList**](V2Api.md#ChangeCloudMysqlUserList) | **Post** /changeCloudMysqlUserList | 
    10  [**CreateCloudMysqlInstance**](V2Api.md#CreateCloudMysqlInstance) | **Post** /createCloudMysqlInstance | 
    11  [**CreateCloudMysqlRecoveryInstance**](V2Api.md#CreateCloudMysqlRecoveryInstance) | **Post** /createCloudMysqlRecoveryInstance | 
    12  [**CreateCloudMysqlSlaveInstance**](V2Api.md#CreateCloudMysqlSlaveInstance) | **Post** /createCloudMysqlSlaveInstance | 
    13  [**DeleteCloudMysqlDatabaseList**](V2Api.md#DeleteCloudMysqlDatabaseList) | **Post** /deleteCloudMysqlDatabaseList | 
    14  [**DeleteCloudMysqlInstance**](V2Api.md#DeleteCloudMysqlInstance) | **Post** /deleteCloudMysqlInstance | 
    15  [**DeleteCloudMysqlServerInstance**](V2Api.md#DeleteCloudMysqlServerInstance) | **Post** /deleteCloudMysqlServerInstance | 
    16  [**DeleteCloudMysqlUserList**](V2Api.md#DeleteCloudMysqlUserList) | **Post** /deleteCloudMysqlUserList | 
    17  [**ExportBackupToObjectStorage**](V2Api.md#ExportBackupToObjectStorage) | **Post** /exportBackupToObjectStorage | 
    18  [**ExportDbServerLogToObjectStorage**](V2Api.md#ExportDbServerLogToObjectStorage) | **Post** /exportDbServerLogToObjectStorage | 
    19  [**GetCloudMysqlBackupDetailList**](V2Api.md#GetCloudMysqlBackupDetailList) | **Post** /getCloudMysqlBackupDetailList | 
    20  [**GetCloudMysqlBackupList**](V2Api.md#GetCloudMysqlBackupList) | **Post** /getCloudMysqlBackupList | 
    21  [**GetCloudMysqlDatabaseList**](V2Api.md#GetCloudMysqlDatabaseList) | **Post** /getCloudMysqlDatabaseList | 
    22  [**GetCloudMysqlImageProductList**](V2Api.md#GetCloudMysqlImageProductList) | **Post** /getCloudMysqlImageProductList | 
    23  [**GetCloudMysqlInstanceDetail**](V2Api.md#GetCloudMysqlInstanceDetail) | **Post** /getCloudMysqlInstanceDetail | 
    24  [**GetCloudMysqlInstanceList**](V2Api.md#GetCloudMysqlInstanceList) | **Post** /getCloudMysqlInstanceList | 
    25  [**GetCloudMysqlProductList**](V2Api.md#GetCloudMysqlProductList) | **Post** /getCloudMysqlProductList | 
    26  [**GetCloudMysqlRecoveryTime**](V2Api.md#GetCloudMysqlRecoveryTime) | **Post** /getCloudMysqlRecoveryTime | 
    27  [**GetCloudMysqlTargetSubnetList**](V2Api.md#GetCloudMysqlTargetSubnetList) | **Post** /getCloudMysqlTargetSubnetList | 
    28  [**GetCloudMysqlTargetVpcList**](V2Api.md#GetCloudMysqlTargetVpcList) | **Post** /getCloudMysqlTargetVpcList | 
    29  [**GetCloudMysqlUserList**](V2Api.md#GetCloudMysqlUserList) | **Post** /getCloudMysqlUserList | 
    30  [**GetDbServerLogList**](V2Api.md#GetDbServerLogList) | **Post** /getDbServerLogList | 
    31  [**RebootCloudMysqlServerInstance**](V2Api.md#RebootCloudMysqlServerInstance) | **Post** /rebootCloudMysqlServerInstance | 
    32  
    33  
    34  # **AddCloudMysqlDatabaseList**
    35  > AddCloudMysqlDatabaseListResponse AddCloudMysqlDatabaseList(addCloudMysqlDatabaseListRequest)
    36  
    37  
    38  
    39  
    40  ### Required Parameters
    41  
    42  Name | Type | Description  | Notes
    43  ------------- | ------------- | ------------- | -------------
    44  **addCloudMysqlDatabaseListRequest** | **[\*AddCloudMysqlDatabaseListRequest](AddCloudMysqlDatabaseListRequest.md)** | addCloudMysqlDatabaseListRequest | 
    45  
    46  ### Return type
    47  
    48  *[**AddCloudMysqlDatabaseListResponse**](AddCloudMysqlDatabaseListResponse.md)
    49  
    50  ### Authorization
    51  
    52  [x-ncp-iam](../README.md#x-ncp-iam)
    53  
    54  ### HTTP request headers
    55  
    56   - **Content-Type**: application/x-www-form-urlencoded
    57   - **Accept**: Not defined
    58  
    59  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    60  
    61  # **AddCloudMysqlUserList**
    62  > AddCloudMysqlUserListResponse AddCloudMysqlUserList(addCloudMysqlUserListRequest)
    63  
    64  
    65  
    66  
    67  ### Required Parameters
    68  
    69  Name | Type | Description  | Notes
    70  ------------- | ------------- | ------------- | -------------
    71  **addCloudMysqlUserListRequest** | **[\*AddCloudMysqlUserListRequest](AddCloudMysqlUserListRequest.md)** | addCloudMysqlUserListRequest | 
    72  
    73  ### Return type
    74  
    75  *[**AddCloudMysqlUserListResponse**](AddCloudMysqlUserListResponse.md)
    76  
    77  ### Authorization
    78  
    79  [x-ncp-iam](../README.md#x-ncp-iam)
    80  
    81  ### HTTP request headers
    82  
    83   - **Content-Type**: application/x-www-form-urlencoded
    84   - **Accept**: Not defined
    85  
    86  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    87  
    88  # **ChangeCloudMysqlUserList**
    89  > ChangeCloudMysqlUserListResponse ChangeCloudMysqlUserList(changeCloudMysqlUserListRequest)
    90  
    91  
    92  
    93  
    94  ### Required Parameters
    95  
    96  Name | Type | Description  | Notes
    97  ------------- | ------------- | ------------- | -------------
    98  **changeCloudMysqlUserListRequest** | **[\*ChangeCloudMysqlUserListRequest](ChangeCloudMysqlUserListRequest.md)** | changeCloudMysqlUserListRequest | 
    99  
   100  ### Return type
   101  
   102  *[**ChangeCloudMysqlUserListResponse**](ChangeCloudMysqlUserListResponse.md)
   103  
   104  ### Authorization
   105  
   106  [x-ncp-iam](../README.md#x-ncp-iam)
   107  
   108  ### HTTP request headers
   109  
   110   - **Content-Type**: application/x-www-form-urlencoded
   111   - **Accept**: Not defined
   112  
   113  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   114  
   115  # **CreateCloudMysqlInstance**
   116  > CreateCloudMysqlInstanceResponse CreateCloudMysqlInstance(createCloudMysqlInstanceRequest)
   117  
   118  
   119  
   120  
   121  ### Required Parameters
   122  
   123  Name | Type | Description  | Notes
   124  ------------- | ------------- | ------------- | -------------
   125  **createCloudMysqlInstanceRequest** | **[\*CreateCloudMysqlInstanceRequest](CreateCloudMysqlInstanceRequest.md)** | createCloudMysqlInstanceRequest | 
   126  
   127  ### Return type
   128  
   129  *[**CreateCloudMysqlInstanceResponse**](CreateCloudMysqlInstanceResponse.md)
   130  
   131  ### Authorization
   132  
   133  [x-ncp-iam](../README.md#x-ncp-iam)
   134  
   135  ### HTTP request headers
   136  
   137   - **Content-Type**: application/x-www-form-urlencoded
   138   - **Accept**: Not defined
   139  
   140  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   141  
   142  # **CreateCloudMysqlRecoveryInstance**
   143  > CreateCloudMysqlRecoveryInstanceResponse CreateCloudMysqlRecoveryInstance(createCloudMysqlRecoveryInstanceRequest)
   144  
   145  
   146  
   147  
   148  ### Required Parameters
   149  
   150  Name | Type | Description  | Notes
   151  ------------- | ------------- | ------------- | -------------
   152  **createCloudMysqlRecoveryInstanceRequest** | **[\*CreateCloudMysqlRecoveryInstanceRequest](CreateCloudMysqlRecoveryInstanceRequest.md)** | createCloudMysqlRecoveryInstanceRequest | 
   153  
   154  ### Return type
   155  
   156  *[**CreateCloudMysqlRecoveryInstanceResponse**](CreateCloudMysqlRecoveryInstanceResponse.md)
   157  
   158  ### Authorization
   159  
   160  [x-ncp-iam](../README.md#x-ncp-iam)
   161  
   162  ### HTTP request headers
   163  
   164   - **Content-Type**: application/x-www-form-urlencoded
   165   - **Accept**: Not defined
   166  
   167  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   168  
   169  # **CreateCloudMysqlSlaveInstance**
   170  > CreateCloudMysqlSlaveInstanceResponse CreateCloudMysqlSlaveInstance(createCloudMysqlSlaveInstanceRequest)
   171  
   172  
   173  
   174  
   175  ### Required Parameters
   176  
   177  Name | Type | Description  | Notes
   178  ------------- | ------------- | ------------- | -------------
   179  **createCloudMysqlSlaveInstanceRequest** | **[\*CreateCloudMysqlSlaveInstanceRequest](CreateCloudMysqlSlaveInstanceRequest.md)** | createCloudMysqlSlaveInstanceRequest | 
   180  
   181  ### Return type
   182  
   183  *[**CreateCloudMysqlSlaveInstanceResponse**](CreateCloudMysqlSlaveInstanceResponse.md)
   184  
   185  ### Authorization
   186  
   187  [x-ncp-iam](../README.md#x-ncp-iam)
   188  
   189  ### HTTP request headers
   190  
   191   - **Content-Type**: application/x-www-form-urlencoded
   192   - **Accept**: Not defined
   193  
   194  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   195  
   196  # **DeleteCloudMysqlDatabaseList**
   197  > DeleteCloudMysqlDatabaseListResponse DeleteCloudMysqlDatabaseList(deleteCloudMysqlDatabaseListRequest)
   198  
   199  
   200  
   201  
   202  ### Required Parameters
   203  
   204  Name | Type | Description  | Notes
   205  ------------- | ------------- | ------------- | -------------
   206  **deleteCloudMysqlDatabaseListRequest** | **[\*DeleteCloudMysqlDatabaseListRequest](DeleteCloudMysqlDatabaseListRequest.md)** | deleteCloudMysqlDatabaseListRequest | 
   207  
   208  ### Return type
   209  
   210  *[**DeleteCloudMysqlDatabaseListResponse**](DeleteCloudMysqlDatabaseListResponse.md)
   211  
   212  ### Authorization
   213  
   214  [x-ncp-iam](../README.md#x-ncp-iam)
   215  
   216  ### HTTP request headers
   217  
   218   - **Content-Type**: application/x-www-form-urlencoded
   219   - **Accept**: Not defined
   220  
   221  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   222  
   223  # **DeleteCloudMysqlInstance**
   224  > DeleteCloudMysqlInstanceResponse DeleteCloudMysqlInstance(deleteCloudMysqlInstanceRequest)
   225  
   226  
   227  
   228  
   229  ### Required Parameters
   230  
   231  Name | Type | Description  | Notes
   232  ------------- | ------------- | ------------- | -------------
   233  **deleteCloudMysqlInstanceRequest** | **[\*DeleteCloudMysqlInstanceRequest](DeleteCloudMysqlInstanceRequest.md)** | deleteCloudMysqlInstanceRequest | 
   234  
   235  ### Return type
   236  
   237  *[**DeleteCloudMysqlInstanceResponse**](DeleteCloudMysqlInstanceResponse.md)
   238  
   239  ### Authorization
   240  
   241  [x-ncp-iam](../README.md#x-ncp-iam)
   242  
   243  ### HTTP request headers
   244  
   245   - **Content-Type**: application/x-www-form-urlencoded
   246   - **Accept**: Not defined
   247  
   248  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   249  
   250  # **DeleteCloudMysqlServerInstance**
   251  > DeleteCloudMysqlServerInstanceResponse DeleteCloudMysqlServerInstance(deleteCloudMysqlServerInstanceRequest)
   252  
   253  
   254  
   255  
   256  ### Required Parameters
   257  
   258  Name | Type | Description  | Notes
   259  ------------- | ------------- | ------------- | -------------
   260  **deleteCloudMysqlServerInstanceRequest** | **[\*DeleteCloudMysqlServerInstanceRequest](DeleteCloudMysqlServerInstanceRequest.md)** | deleteCloudMysqlServerInstanceRequest | 
   261  
   262  ### Return type
   263  
   264  *[**DeleteCloudMysqlServerInstanceResponse**](DeleteCloudMysqlServerInstanceResponse.md)
   265  
   266  ### Authorization
   267  
   268  [x-ncp-iam](../README.md#x-ncp-iam)
   269  
   270  ### HTTP request headers
   271  
   272   - **Content-Type**: application/x-www-form-urlencoded
   273   - **Accept**: Not defined
   274  
   275  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   276  
   277  # **DeleteCloudMysqlUserList**
   278  > DeleteCloudMysqlUserListResponse DeleteCloudMysqlUserList(deleteCloudMysqlUserListRequest)
   279  
   280  
   281  
   282  
   283  ### Required Parameters
   284  
   285  Name | Type | Description  | Notes
   286  ------------- | ------------- | ------------- | -------------
   287  **deleteCloudMysqlUserListRequest** | **[\*DeleteCloudMysqlUserListRequest](DeleteCloudMysqlUserListRequest.md)** | deleteCloudMysqlUserListRequest | 
   288  
   289  ### Return type
   290  
   291  *[**DeleteCloudMysqlUserListResponse**](DeleteCloudMysqlUserListResponse.md)
   292  
   293  ### Authorization
   294  
   295  [x-ncp-iam](../README.md#x-ncp-iam)
   296  
   297  ### HTTP request headers
   298  
   299   - **Content-Type**: application/x-www-form-urlencoded
   300   - **Accept**: Not defined
   301  
   302  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   303  
   304  # **ExportBackupToObjectStorage**
   305  > ExportBackupToObjectStorageResponse ExportBackupToObjectStorage(exportBackupToObjectStorageRequest)
   306  
   307  
   308  
   309  
   310  ### Required Parameters
   311  
   312  Name | Type | Description  | Notes
   313  ------------- | ------------- | ------------- | -------------
   314  **exportBackupToObjectStorageRequest** | **[\*ExportBackupToObjectStorageRequest](ExportBackupToObjectStorageRequest.md)** | exportBackupToObjectStorageRequest | 
   315  
   316  ### Return type
   317  
   318  *[**ExportBackupToObjectStorageResponse**](ExportBackupToObjectStorageResponse.md)
   319  
   320  ### Authorization
   321  
   322  [x-ncp-iam](../README.md#x-ncp-iam)
   323  
   324  ### HTTP request headers
   325  
   326   - **Content-Type**: application/x-www-form-urlencoded
   327   - **Accept**: Not defined
   328  
   329  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   330  
   331  # **ExportDbServerLogToObjectStorage**
   332  > ExportDbServerLogToObjectStorageResponse ExportDbServerLogToObjectStorage(exportDbServerLogToObjectStorageRequest)
   333  
   334  
   335  
   336  
   337  ### Required Parameters
   338  
   339  Name | Type | Description  | Notes
   340  ------------- | ------------- | ------------- | -------------
   341  **exportDbServerLogToObjectStorageRequest** | **[\*ExportDbServerLogToObjectStorageRequest](ExportDbServerLogToObjectStorageRequest.md)** | exportDbServerLogToObjectStorageRequest | 
   342  
   343  ### Return type
   344  
   345  *[**ExportDbServerLogToObjectStorageResponse**](ExportDbServerLogToObjectStorageResponse.md)
   346  
   347  ### Authorization
   348  
   349  [x-ncp-iam](../README.md#x-ncp-iam)
   350  
   351  ### HTTP request headers
   352  
   353   - **Content-Type**: application/x-www-form-urlencoded
   354   - **Accept**: Not defined
   355  
   356  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   357  
   358  # **GetCloudMysqlBackupDetailList**
   359  > GetCloudMysqlBackupDetailListResponse GetCloudMysqlBackupDetailList(getCloudMysqlBackupDetailListRequest)
   360  
   361  
   362  
   363  
   364  ### Required Parameters
   365  
   366  Name | Type | Description  | Notes
   367  ------------- | ------------- | ------------- | -------------
   368  **getCloudMysqlBackupDetailListRequest** | **[\*GetCloudMysqlBackupDetailListRequest](GetCloudMysqlBackupDetailListRequest.md)** | getCloudMysqlBackupDetailListRequest | 
   369  
   370  ### Return type
   371  
   372  *[**GetCloudMysqlBackupDetailListResponse**](GetCloudMysqlBackupDetailListResponse.md)
   373  
   374  ### Authorization
   375  
   376  [x-ncp-iam](../README.md#x-ncp-iam)
   377  
   378  ### HTTP request headers
   379  
   380   - **Content-Type**: application/x-www-form-urlencoded
   381   - **Accept**: Not defined
   382  
   383  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   384  
   385  # **GetCloudMysqlBackupList**
   386  > GetCloudMysqlBackupListResponse GetCloudMysqlBackupList(getCloudMysqlBackupListRequest)
   387  
   388  
   389  
   390  
   391  ### Required Parameters
   392  
   393  Name | Type | Description  | Notes
   394  ------------- | ------------- | ------------- | -------------
   395  **getCloudMysqlBackupListRequest** | **[\*GetCloudMysqlBackupListRequest](GetCloudMysqlBackupListRequest.md)** | getCloudMysqlBackupListRequest | 
   396  
   397  ### Return type
   398  
   399  *[**GetCloudMysqlBackupListResponse**](GetCloudMysqlBackupListResponse.md)
   400  
   401  ### Authorization
   402  
   403  [x-ncp-iam](../README.md#x-ncp-iam)
   404  
   405  ### HTTP request headers
   406  
   407   - **Content-Type**: application/x-www-form-urlencoded
   408   - **Accept**: Not defined
   409  
   410  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   411  
   412  # **GetCloudMysqlDatabaseList**
   413  > GetCloudMysqlDatabaseListResponse GetCloudMysqlDatabaseList(getCloudMysqlDatabaseListRequest)
   414  
   415  
   416  
   417  
   418  ### Required Parameters
   419  
   420  Name | Type | Description  | Notes
   421  ------------- | ------------- | ------------- | -------------
   422  **getCloudMysqlDatabaseListRequest** | **[\*GetCloudMysqlDatabaseListRequest](GetCloudMysqlDatabaseListRequest.md)** | getCloudMysqlDatabaseListRequest | 
   423  
   424  ### Return type
   425  
   426  *[**GetCloudMysqlDatabaseListResponse**](GetCloudMysqlDatabaseListResponse.md)
   427  
   428  ### Authorization
   429  
   430  [x-ncp-iam](../README.md#x-ncp-iam)
   431  
   432  ### HTTP request headers
   433  
   434   - **Content-Type**: application/x-www-form-urlencoded
   435   - **Accept**: Not defined
   436  
   437  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   438  
   439  # **GetCloudMysqlImageProductList**
   440  > GetCloudMysqlImageProductListResponse GetCloudMysqlImageProductList(getCloudMysqlImageProductListRequest)
   441  
   442  
   443  
   444  
   445  ### Required Parameters
   446  
   447  Name | Type | Description  | Notes
   448  ------------- | ------------- | ------------- | -------------
   449  **getCloudMysqlImageProductListRequest** | **[\*GetCloudMysqlImageProductListRequest](GetCloudMysqlImageProductListRequest.md)** | getCloudMysqlImageProductListRequest | 
   450  
   451  ### Return type
   452  
   453  *[**GetCloudMysqlImageProductListResponse**](GetCloudMysqlImageProductListResponse.md)
   454  
   455  ### Authorization
   456  
   457  [x-ncp-iam](../README.md#x-ncp-iam)
   458  
   459  ### HTTP request headers
   460  
   461   - **Content-Type**: application/x-www-form-urlencoded
   462   - **Accept**: Not defined
   463  
   464  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   465  
   466  # **GetCloudMysqlInstanceDetail**
   467  > GetCloudMysqlInstanceDetailResponse GetCloudMysqlInstanceDetail(getCloudMysqlInstanceDetailRequest)
   468  
   469  
   470  
   471  
   472  ### Required Parameters
   473  
   474  Name | Type | Description  | Notes
   475  ------------- | ------------- | ------------- | -------------
   476  **getCloudMysqlInstanceDetailRequest** | **[\*GetCloudMysqlInstanceDetailRequest](GetCloudMysqlInstanceDetailRequest.md)** | getCloudMysqlInstanceDetailRequest | 
   477  
   478  ### Return type
   479  
   480  *[**GetCloudMysqlInstanceDetailResponse**](GetCloudMysqlInstanceDetailResponse.md)
   481  
   482  ### Authorization
   483  
   484  [x-ncp-iam](../README.md#x-ncp-iam)
   485  
   486  ### HTTP request headers
   487  
   488   - **Content-Type**: application/x-www-form-urlencoded
   489   - **Accept**: Not defined
   490  
   491  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   492  
   493  # **GetCloudMysqlInstanceList**
   494  > GetCloudMysqlInstanceListResponse GetCloudMysqlInstanceList(getCloudMysqlInstanceListRequest)
   495  
   496  
   497  
   498  
   499  ### Required Parameters
   500  
   501  Name | Type | Description  | Notes
   502  ------------- | ------------- | ------------- | -------------
   503  **getCloudMysqlInstanceListRequest** | **[\*GetCloudMysqlInstanceListRequest](GetCloudMysqlInstanceListRequest.md)** | getCloudMysqlInstanceListRequest | 
   504  
   505  ### Return type
   506  
   507  *[**GetCloudMysqlInstanceListResponse**](GetCloudMysqlInstanceListResponse.md)
   508  
   509  ### Authorization
   510  
   511  [x-ncp-iam](../README.md#x-ncp-iam)
   512  
   513  ### HTTP request headers
   514  
   515   - **Content-Type**: application/x-www-form-urlencoded
   516   - **Accept**: Not defined
   517  
   518  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   519  
   520  # **GetCloudMysqlProductList**
   521  > GetCloudMysqlProductListResponse GetCloudMysqlProductList(getCloudMysqlProductListRequest)
   522  
   523  
   524  
   525  
   526  ### Required Parameters
   527  
   528  Name | Type | Description  | Notes
   529  ------------- | ------------- | ------------- | -------------
   530  **getCloudMysqlProductListRequest** | **[\*GetCloudMysqlProductListRequest](GetCloudMysqlProductListRequest.md)** | getCloudMysqlProductListRequest | 
   531  
   532  ### Return type
   533  
   534  *[**GetCloudMysqlProductListResponse**](GetCloudMysqlProductListResponse.md)
   535  
   536  ### Authorization
   537  
   538  [x-ncp-iam](../README.md#x-ncp-iam)
   539  
   540  ### HTTP request headers
   541  
   542   - **Content-Type**: application/x-www-form-urlencoded
   543   - **Accept**: Not defined
   544  
   545  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   546  
   547  # **GetCloudMysqlRecoveryTime**
   548  > GetCloudMysqlRecoveryTimeResponse GetCloudMysqlRecoveryTime(getCloudMysqlRecoveryTimeRequest)
   549  
   550  
   551  
   552  
   553  ### Required Parameters
   554  
   555  Name | Type | Description  | Notes
   556  ------------- | ------------- | ------------- | -------------
   557  **getCloudMysqlRecoveryTimeRequest** | **[\*GetCloudMysqlRecoveryTimeRequest](GetCloudMysqlRecoveryTimeRequest.md)** | getCloudMysqlRecoveryTimeRequest | 
   558  
   559  ### Return type
   560  
   561  *[**GetCloudMysqlRecoveryTimeResponse**](GetCloudMysqlRecoveryTimeResponse.md)
   562  
   563  ### Authorization
   564  
   565  [x-ncp-iam](../README.md#x-ncp-iam)
   566  
   567  ### HTTP request headers
   568  
   569   - **Content-Type**: application/x-www-form-urlencoded
   570   - **Accept**: Not defined
   571  
   572  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   573  
   574  # **GetCloudMysqlTargetSubnetList**
   575  > GetCloudMysqlTargetSubnetListResponse GetCloudMysqlTargetSubnetList(getCloudMysqlTargetSubnetListRequest)
   576  
   577  
   578  
   579  
   580  ### Required Parameters
   581  
   582  Name | Type | Description  | Notes
   583  ------------- | ------------- | ------------- | -------------
   584  **getCloudMysqlTargetSubnetListRequest** | **[\*GetCloudMysqlTargetSubnetListRequest](GetCloudMysqlTargetSubnetListRequest.md)** | getCloudMysqlTargetSubnetListRequest | 
   585  
   586  ### Return type
   587  
   588  *[**GetCloudMysqlTargetSubnetListResponse**](GetCloudMysqlTargetSubnetListResponse.md)
   589  
   590  ### Authorization
   591  
   592  [x-ncp-iam](../README.md#x-ncp-iam)
   593  
   594  ### HTTP request headers
   595  
   596   - **Content-Type**: application/x-www-form-urlencoded
   597   - **Accept**: Not defined
   598  
   599  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   600  
   601  # **GetCloudMysqlTargetVpcList**
   602  > GetCloudMysqlTargetVpcListResponse GetCloudMysqlTargetVpcList(getCloudMysqlTargetVpcListRequest)
   603  
   604  
   605  
   606  
   607  ### Required Parameters
   608  
   609  Name | Type | Description  | Notes
   610  ------------- | ------------- | ------------- | -------------
   611  **getCloudMysqlTargetVpcListRequest** | **[\*GetCloudMysqlTargetVpcListRequest](GetCloudMysqlTargetVpcListRequest.md)** | getCloudMysqlTargetVpcListRequest | 
   612  
   613  ### Return type
   614  
   615  *[**GetCloudMysqlTargetVpcListResponse**](GetCloudMysqlTargetVpcListResponse.md)
   616  
   617  ### Authorization
   618  
   619  [x-ncp-iam](../README.md#x-ncp-iam)
   620  
   621  ### HTTP request headers
   622  
   623   - **Content-Type**: application/x-www-form-urlencoded
   624   - **Accept**: Not defined
   625  
   626  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   627  
   628  # **GetCloudMysqlUserList**
   629  > GetCloudMysqlUserListResponse GetCloudMysqlUserList(getCloudMysqlUserListRequest)
   630  
   631  
   632  
   633  
   634  ### Required Parameters
   635  
   636  Name | Type | Description  | Notes
   637  ------------- | ------------- | ------------- | -------------
   638  **getCloudMysqlUserListRequest** | **[\*GetCloudMysqlUserListRequest](GetCloudMysqlUserListRequest.md)** | getCloudMysqlUserListRequest | 
   639  
   640  ### Return type
   641  
   642  *[**GetCloudMysqlUserListResponse**](GetCloudMysqlUserListResponse.md)
   643  
   644  ### Authorization
   645  
   646  [x-ncp-iam](../README.md#x-ncp-iam)
   647  
   648  ### HTTP request headers
   649  
   650   - **Content-Type**: application/x-www-form-urlencoded
   651   - **Accept**: Not defined
   652  
   653  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   654  
   655  # **GetDbServerLogList**
   656  > GetDbServerLogListResponse GetDbServerLogList(getDbServerLogListRequest)
   657  
   658  
   659  
   660  
   661  ### Required Parameters
   662  
   663  Name | Type | Description  | Notes
   664  ------------- | ------------- | ------------- | -------------
   665  **getDbServerLogListRequest** | **[\*GetDbServerLogListRequest](GetDbServerLogListRequest.md)** | getDbServerLogListRequest | 
   666  
   667  ### Return type
   668  
   669  *[**GetDbServerLogListResponse**](GetDbServerLogListResponse.md)
   670  
   671  ### Authorization
   672  
   673  [x-ncp-iam](../README.md#x-ncp-iam)
   674  
   675  ### HTTP request headers
   676  
   677   - **Content-Type**: application/x-www-form-urlencoded
   678   - **Accept**: Not defined
   679  
   680  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   681  
   682  # **RebootCloudMysqlServerInstance**
   683  > RebootCloudMysqlServerInstanceResponse RebootCloudMysqlServerInstance(rebootCloudMysqlServerInstanceRequest)
   684  
   685  
   686  
   687  
   688  ### Required Parameters
   689  
   690  Name | Type | Description  | Notes
   691  ------------- | ------------- | ------------- | -------------
   692  **rebootCloudMysqlServerInstanceRequest** | **[\*RebootCloudMysqlServerInstanceRequest](RebootCloudMysqlServerInstanceRequest.md)** | rebootCloudMysqlServerInstanceRequest | 
   693  
   694  ### Return type
   695  
   696  *[**RebootCloudMysqlServerInstanceResponse**](RebootCloudMysqlServerInstanceResponse.md)
   697  
   698  ### Authorization
   699  
   700  [x-ncp-iam](../README.md#x-ncp-iam)
   701  
   702  ### HTTP request headers
   703  
   704   - **Content-Type**: application/x-www-form-urlencoded
   705   - **Accept**: Not defined
   706  
   707  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
   708