getCloudHadoopMysqlUserList
- Print
- PDF
getCloudHadoopMysqlUserList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
It searches the user list of Cloud DB for MySQL (VPC) to be linked to the Cloud Hadoop Hive metastore.
Request
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code You can decide the region to test whether Hive metastore linkage is possible. You can obtain the regionCode through the getRegionList action. Default: Selects the first region of the getRegionList search results. | |
cloudMysqlInstanceNo | Yes | String | Instance number of the Cloud DB for MySQL (VPC) to be linked to the Hive metastore You can only search the information for Cloud DB for MySQL (VPC) users with the DDL permission. You can obtain the cloudMysqlInstanceNo through the getCloudHadoopMysqlInstanceList action. | |
output | No | String | Format type for the response result Options: xml | json Default: xml |
Response
Response data type
- CloudMysqlUserListForHiveMetaStore
CloudMysqlUserListForHiveMetaStore extends CommonResponse |
---|
private Integer totalRows; |
private List<CloudMysqlUserForHiveMetaStore> cloudMysqlUserListForHiveMetaStore = new ArrayList<>(); |
CloudMysqlUserForHiveMetaStore |
---|
private String userName; |
private String hostIp; |
private String authority; |
Examples
Request example
ncloud vhadoop getCloudHadoopMysqlUserList --regionCode KR --cloudMysqlInstanceNo 823***
Response example
<CloudMysqlUserListForHiveMetaStoreResponse>
<requestId>305113ee-d4b7-4709-805b-0a59aba07bc4</requestId>
<returnCode>0</returnCode>
<totalRows>1</totalRows>
<cloudMysqlUserListForHiveMetaStore>
<cloudMysqlUserForHiveMetaStore>
<userName>****</userName>
<hostIp>%</hostIp>
<authority>DDL</authority>
</cloudMysqlUserForHiveMetaStore>
</cloudMysqlUserListForHiveMetaStore>
</CloudMysqlUserListForHiveMetaStoreResponse>
Was this article helpful?