forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2.3 KiB
2.3 KiB
Obtain MRS Cluster Information
Obtaining a Cluster ID
A cluster ID (cluster_id) is required for some URLs when an API is called. To obtain a cluster ID, perform the following operations:
- Log in to the MRS management console.
- Choose Clusters > Active Clusters, and click the name of the cluster to be operated. The cluster details page is displayed.
- Click the Dashboard tab and obtain the cluster ID in the Basic Information area.
Obtaining a Job ID
A job ID (job_execution_id) is required for some URLs when an API is called. To obtain a job ID, perform the following operations:
- Log in to the MRS management console.
- Choose Clusters > Active Clusters, and click the name of the cluster to be operated. The cluster details page is displayed.
- Click the Jobs tab and obtain the ID of the job to be operated from the job list.
Parent topic: Appendix