Call the required API to query the IP address of the BMS you have created.
Pagination query is not supported.
The following APIs are required:
Querying IP addresses of BMSs
URI format: GET /v2/{project_id}/servers/{server_id}/ips
For details, see section "Querying IP Addresses of BMSs (Native OpenStack API)" in the Bare Metal Server API Reference.
GET https://{ECS Endpoint}/v2/000efdc5f9064584b718b181df137bd7/servers/5850a7e7-88dd-4d99-8439-347de8cc0dd7/ips
{
"addresses": {
"ddd56db4-e084-42d1-b0ff-fba1ed82abd0": [
{
"version": 4,
"addr": "192.168.215.62"
}
]
}
}