计算节点所在虚机的IP:Port
步骤 | 描述 |
1. 登录TICS控制台 | 用户首先需要登录到TICS控制台。 |
2. 进入计算节点管理页面 | 在TICS控制台中,点击页面左侧的“计算节点管理”链接。 |
3. 选择计算节点 | 查找并点击需要发布数据的计算节点名称,以进入计算节点详情页。 |
4. 进入计算节点登录页面 | 在计算节点详情页中,点击“前往计算节点”,进入登录页面。 |
5. 获取IP和Port信息 | 在浏览器地址栏中查看并记录虚机的IP和Port信息。 |
6. 调用API获取IP:Port(可选) | 如果需要通过API获取IP:Port,可以调用空间API接口,请求样例如:GET /v1/{project_id}/agents/{agent_id} 响应示例如下,其中的"console_ip"和"console_port"即为所需的IP:Port。 |
请求样例:
(图片来源网络,侵删)
GET /v1/{project_id}/agents/{agent_id}
响应示例:
{ "agent_deploy": { "agent_id": "22a38e92ef7e4284b666b2a14bc29462", "agent_name": "agent_7819", "league_region_name": "xx-xxxxx", "league_id": "ef73b252a0ad4b5db21a12c40a413b2f", "league_name": "test", "league_version": "1.15.1", "image_id": "115", "image_version": "1.15.1", "creator_project_id": "098593b07680d2a32f62c004a482da10", "console_ip": "100.85.116.131", "web_port": 30964, "console_port": 30912, "obs_pvc_name": "cce-obs-22a38e92ef7e4284b666b2a14bc29462", "agent_deploy_node": { "ecs_server_id": "5461246e-29fc-4016-b422-4b0db86a89a6", "node_id": "8e204053-46e8-11ed-9162-0255ac100b09", "agent_id": "22a38e92ef7e4284b666b2a14bc29462", "node_ip": "192.168.0.208", "node_name": "node-22a38e92ef7e4284b666b2a14bc29462-0", "node_az": "xxx", "nat_eip": "100.85.116.131", "nat_eip_id": "1966fa41-229e-4595-a725-e99266ce9587" } } }
详细描述了如何通过Postman获取计算节点所在虚机的IP和Port信息。
以上内容就是解答有关postman ip port_计算节点所在虚机的IP:Port的详细内容了,我相信这篇文章可以为您解决一些疑惑,有任何问题欢迎留言反馈,谢谢阅读。
(图片来源网络,侵删)
本文来源于互联网,如若侵权,请联系管理员删除,本文链接:https://www.9969.net/69702.html