Files
doc-exports/docs/bms/dev/en-us_topic_0113607320.html
guoyanyan 8cfe12f587 BMS DEV 20220928 v1
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: guoyanyan <guoyanyan3@huawei.com>
Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2022-10-06 06:36:03 +00:00

396 lines
23 KiB
HTML

<a name="EN-US_TOPIC_0113607320"></a><a name="EN-US_TOPIC_0113607320"></a>
<h1 class="topictitle1">Creating a BMS</h1>
<div id="body1526990824340"><div class="section" id="EN-US_TOPIC_0113607320__section123491451123012"><h4 class="sectiontitle">Scenario</h4><p id="EN-US_TOPIC_0113607320__p171255416309">Create a BMS with EVS disks.</p>
</div>
<div class="section" id="EN-US_TOPIC_0113607320__section165294572481"><h4 class="sectiontitle">Restrictions and Limitations</h4><p id="EN-US_TOPIC_0113607320__p32721831173914">File injection is not supported.</p>
</div>
<div class="section" id="EN-US_TOPIC_0113607320__section1485352319380"><h4 class="sectiontitle">Involved APIs</h4><p id="EN-US_TOPIC_0113607320__p1937772516389">When creating a BMS, you need to perform operations such as querying the flavor, querying the AZ, and creating EVS disks. The following APIs are required:</p>
<ul id="EN-US_TOPIC_0113607320__ul157031533154216"><li id="EN-US_TOPIC_0113607320__li57032338425">Querying AZs</li><li id="EN-US_TOPIC_0113607320__li20207149144318">Querying BMS flavors</li><li id="EN-US_TOPIC_0113607320__li7258824124720">Querying images</li><li id="EN-US_TOPIC_0113607320__li2063161934820">Creating an EVS disk</li><li id="EN-US_TOPIC_0113607320__li43323120177">Querying VPCs</li><li id="EN-US_TOPIC_0113607320__li14672124641715">Querying a security group</li><li id="EN-US_TOPIC_0113607320__li18811531813">Querying subnets</li><li id="EN-US_TOPIC_0113607320__li480162316186">Creating a BMS</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0113607320__section6667526174811"><h4 class="sectiontitle">Procedure</h4><ol id="EN-US_TOPIC_0113607320__ol1523711304507"><li id="EN-US_TOPIC_0113607320__li117825814505">Query the AZ where the BMS resides.<ul id="EN-US_TOPIC_0113607320__ul153616554411"><li id="EN-US_TOPIC_0113607320__li1253615551044">API information<p id="EN-US_TOPIC_0113607320__p048190122112"><a name="EN-US_TOPIC_0113607320__li1253615551044"></a><a name="li1253615551044"></a>URI format: GET /v2/{project_id}/os-availability-zone</p>
<p id="EN-US_TOPIC_0113607320__p10896032194914">For details, see section "Querying AZs" in the <em id="EN-US_TOPIC_0113607320__i8235141171013">Elastic Cloud Server API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li847518211518">Example request<p id="EN-US_TOPIC_0113607320__p19660856678"><a name="EN-US_TOPIC_0113607320__li847518211518"></a><a name="li847518211518"></a>GET https://{ECS Endpoint}/v2/9c53a566cb3443ab910cf0daebca90c4/os-availability-zone</p>
</li><li id="EN-US_TOPIC_0113607320__li1882455111812">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen208621336194">{
"availabilityZoneInfo": [
{
"zoneState": {
"available": true
},
"hosts": null,
"zoneName": "az-dc-1"
},
{
"zoneState": {
"available": true
},
"hosts": null,
"zoneName": "az-dc-2"
}
]
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li22371530115014">Query the BMS flavor.<ul id="EN-US_TOPIC_0113607320__ul1418818222917"><li id="EN-US_TOPIC_0113607320__li21891925295">API information<p id="EN-US_TOPIC_0113607320__p1682005112114"><a name="EN-US_TOPIC_0113607320__li21891925295"></a><a name="li21891925295"></a>URI format: GET /v2/{project_id}/flavors/detail</p>
<p id="EN-US_TOPIC_0113607320__p9205820195320">For details, see section "Querying BMS Flavors (Native OpenStack API)" in the <em id="EN-US_TOPIC_0113607320__i051816224109">Bare Metal Server API Reference</em>.</p>
<div class="note" id="EN-US_TOPIC_0113607320__note184662373218"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0113607320__p6482239328">BMS flavors have prefix <strong id="EN-US_TOPIC_0113607320__b1067843175115">physical.</strong></p>
</div></div>
</li><li id="EN-US_TOPIC_0113607320__li131897292912">Example request<p id="EN-US_TOPIC_0113607320__p171911321299"><a name="EN-US_TOPIC_0113607320__li131897292912"></a><a name="li131897292912"></a>GET https://{ECS Endpoint}/v2/384627f84f384e9eb4463492be39a950/flavors/detail</p>
</li><li id="EN-US_TOPIC_0113607320__li1919114252919">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen5586569202517">{
"flavors": [
"name": "physical.o2.medium",
"links": [
{
"href": "https://compute.region.eu-de.otc-tsi.de/v2/c685484a8cc2416b97260938705deb65/flavors/physical.o2.medium",
"rel": "self"
},
{
"href": "https://compute.region.eu-de.otc-tsi.de/c685484a8cc2416b97260938705deb65/flavors/physical.o2.medium",
"rel": "bookmark"
}
],
"ram": 321725,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 56,
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 3725,
"id": "physical.o2.medium"
]
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li70555115016">Query images.<ul id="EN-US_TOPIC_0113607320__ul8881153123812"><li id="EN-US_TOPIC_0113607320__li3881731113818">API information<p id="EN-US_TOPIC_0113607320__p15105191716251"><a name="EN-US_TOPIC_0113607320__li3881731113818"></a><a name="li3881731113818"></a>URI format: GET /v2/images</p>
<p id="EN-US_TOPIC_0113607320__p04995321390">For details, see section "Querying Images (Native OpenStack API)" in the <em id="EN-US_TOPIC_0113607320__i119451531171012">Image Management API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li4883163117386">Example request<p id="EN-US_TOPIC_0113607320__p184961012134018"><a name="EN-US_TOPIC_0113607320__li4883163117386"></a><a name="li4883163117386"></a>GET https://{IMS Endpoint}/v2/images</p>
</li><li id="EN-US_TOPIC_0113607320__li98851031193813">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen2885193123810">{
"images": [
{
"status": "queued",
"name": "test",
"tags": [
"test",
"image"
],
"container_format": "bare",
"created_at": "2014-12-16T01:22:05Z",
"disk_format": "qcow2",
"updated_at": "2014-12-16T01:22:05Z",
"visibility": "private",
"self": "/v2/images/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90",
"min_disk": 1,
"protected": false,
"id": "4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90",
"file": "/v2/images/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/file",
"owner": "aed2c611711548a4a9c16fb8fe166af4",
"min_ram": 1024,
"schema": "/v2/schemas/image"
},
{
"status": "active",
"name": "cirros",
"tags": [
"new"
],
"container_format": "bare",
"created_at": "2014-12-11T03:53:43Z",
"size": 13147648,
"disk_format": "qcow2",
"updated_at": "2014-12-15T20:02:12Z",
"visibility": "private",
"self": "/v2/images/5155a22a-834e-4ffe-a95d-ed9665a8ed76",
"min_disk": 0,
"protected": false,
"id": "5155a22a-834e-4ffe-a95d-ed9665a8ed76",
"file": "/v2/images/5155a22a-834e-4ffe-a95d-ed9665a8ed76/file",
"checksum": "d972013792949d0d3ba628fbe8685bce",
"owner": "aed2c611711548a4a9c16fb8fe166af4",
"min_ram": 0,
"schema": "/v2/schemas/image"
}
],
"schema": "/v2/schemas/images",
"first": "/v2/images"
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li0679340115115">Create an EVS disk.<ul id="EN-US_TOPIC_0113607320__ul23489524518"><li id="EN-US_TOPIC_0113607320__li18349125216517">API information<p id="EN-US_TOPIC_0113607320__p2056904352513"><a name="EN-US_TOPIC_0113607320__li18349125216517"></a><a name="li18349125216517"></a>URI format: POST /v2/{project_id}/volumes</p>
<p id="EN-US_TOPIC_0113607320__p8164339113119">For details, see section "Creating an EVS Disk" in the <em id="EN-US_TOPIC_0113607320__i92075126126">Elastic Volume Service API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li33521952175115">Example request<p id="EN-US_TOPIC_0113607320__p4353165219512"><a name="EN-US_TOPIC_0113607320__li33521952175115"></a><a name="li33521952175115"></a>POST https://{EVS Endpoint}/v2/9c53a566cb3443ab910cf0daebca90c4/volumes</p>
<pre class="screen" id="EN-US_TOPIC_0113607320__screen153013129413">{
"volume": {
"name": "openapi_vol01",
"imageRef": "027cf713-45a6-45f0-ac1b-0ccc57ac12e2",
"availability_zone": "az-dc-1",
"description": "create for api test",
"volume_type": "SATA",
"metadata": {
"volume_owner": "openapi"
},
"consistencygroup_id": null,
"OS-SCH-HNT:scheduler_hints": {
"dedicated_storage_id": "eddc1a3e-4145-45be-98d7-bf6f65af9767"
},
"source_volid": null,
"snapshot_id": null,
"shareable": "false",
"multiattach": false,
"source_replica": null,
"size": 40
}
}</pre>
</li><li id="EN-US_TOPIC_0113607320__li203531352165118">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen133555528513">{
"volume": {
"attachments": [ ],
"availability_zone": "az-dc-1",
"bootable": "false",
"consistencygroup_id": null,
"created_at": "2016-05-25T02:38:40.392463",
"description": "create for api test",
"encrypted": false,
"id": "8dd7c486-8e9f-49fe-bceb-26aa7e312b66",
"links": [
{
"href": "https://volume.localdomain.com:8776/v2/5dd0b0056f3d47b6ab4121667d35621a/volumes/8dd7c486-8e9f-49fe-bceb-26aa7e312b66",
"rel": "self"
},
{
"href": "https://volume.localdomain.com:8776/5dd0b0056f3d47b6ab4121667d35621a/volumes/8dd7c486-8e9f-49fe-bceb-26aa7e312b66",
"rel": "bookmark"
}
],
"metadata": {
"volume_owner": "openapi"
},
"name": "openapi_vol01",
"replication_status": "disabled",
"shareable": false,
"multiattach": false,
"size": 40,
"snapshot_id": null,
"source_volid": null,
"status": "creating",
"updated_at": null,
"user_id": "39f6696ae23740708d0f358a253c2637",
"volume_type": "SATA"
}
}</pre>
<p id="EN-US_TOPIC_0113607320__p157481047124110">or</p>
<pre class="screen" id="EN-US_TOPIC_0113607320__screen119581652114113">{
"error": {
"message": "XXXX",
"code": "XXX"
}
}</pre>
<p id="EN-US_TOPIC_0113607320__p68346162424">In the preceding example, <strong id="EN-US_TOPIC_0113607320__b842352706143959">error</strong> indicates a general error, for example, <strong id="EN-US_TOPIC_0113607320__b842352706144438">badRequest</strong> or <strong id="EN-US_TOPIC_0113607320__b842352706144454">itemNotFound</strong>. An example is provided as follows:</p>
<pre class="screen" id="EN-US_TOPIC_0113607320__screen66831720144211">{
"badRequest": {
"message": "XXXX",
"code": "XXX"
}
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li1546235425011">Query VPCs.<ul id="EN-US_TOPIC_0113607320__ul135067269485"><li id="EN-US_TOPIC_0113607320__li3508426114819">API information<p id="EN-US_TOPIC_0113607320__p1357615140273"><a name="EN-US_TOPIC_0113607320__li3508426114819"></a><a name="li3508426114819"></a>URI format: GET /v1/{project_id}/vpcs</p>
<p id="EN-US_TOPIC_0113607320__p13470532124113">For details, see section "Querying VPCs" in the <em id="EN-US_TOPIC_0113607320__i12519161341211">Virtual Private Cloud API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li951332617481">Example request<p id="EN-US_TOPIC_0113607320__p10515026154817"><a name="EN-US_TOPIC_0113607320__li951332617481"></a><a name="li951332617481"></a>GET https://{VPC Endpoint}/v1/000efdc5f9064584b718b181df137bd7/vpcs</p>
</li><li id="EN-US_TOPIC_0113607320__li551512634811">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen751722674816">{
"vpcs": [
{
"id": "13551d6b-755d-4757-b956-536f674975c0",
"name": "default",
"cidr": "172.16.0.0/16",
"status": "OK",
"routes": null
},
{
"id": "3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85",
"name": "222",
"cidr": "192.168.0.0/16",
"status": "OK",
"routes": null
},
{
"id": "99d9d709-8478-4b46-9f3f-2206b1023fd3",
"name": "vpc",
"cidr": "192.168.0.0/16",
"status": "OK",
"routes": null
}
]
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li813534015519">Query a security group.<ul id="EN-US_TOPIC_0113607320__ul135952507109"><li id="EN-US_TOPIC_0113607320__li125976504108">API information<p id="EN-US_TOPIC_0113607320__p59171318296"><a name="EN-US_TOPIC_0113607320__li125976504108"></a><a name="li125976504108"></a>URI format: GET /v2.0/security-groups</p>
<p id="EN-US_TOPIC_0113607320__p927017560428">For details, see section "Querying Security Groups" in the <em id="EN-US_TOPIC_0113607320__i158730343129">Virtual Private Cloud API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li460255061020">Example request<p id="EN-US_TOPIC_0113607320__p166041350201011"><a name="EN-US_TOPIC_0113607320__li460255061020"></a><a name="li460255061020"></a>GET https://{VPC Endpoint}/v2.0/security-groups</p>
</li><li id="EN-US_TOPIC_0113607320__li12606115012107">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen18608125061017">{
"security_groups": [
{
"tenant_id": "84b25ac10ed642cca484aa55c098e3aa",
"name": "default",
"description": "Default security group",
"security_group_rules": [
{
"remote_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967",
"direction": "ingress",
"remote_ip_prefix": null,
"protocol": null,
"ethertype": "IPv6",
"tenant_id": "84b25ac10ed642cca484aa55c098e3aa",
"port_range_max": null,
"port_range_min": null,
"id": "07adc044-3f21-4eeb-bd57-5e5eb6024b7f",
"description": null,
"security_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967"
},
{
"remote_group_id": null,
"direction": "egress",
"remote_ip_prefix": null,
"protocol": null,
"ethertype": "IPv6",
"tenant_id": "84b25ac10ed642cca484aa55c098e3aa",
"port_range_max": null,
"port_range_min": null,
"id": "47e05c14-1aa2-4355-aaf8-b57e18f98c9a",
"description": null,
"security_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967"
},
{
"remote_group_id": null,
"direction": "egress",
"remote_ip_prefix": null,
"protocol": null,
"ethertype": "IPv4",
"tenant_id": "84b25ac10ed642cca484aa55c098e3aa",
"port_range_max": null,
"port_range_min": null,
"id": "8a8a238b-fdb1-4321-b667-26205c7f37d1",
"description": null,
"security_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967"
},
{
"remote_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967",
"direction": "ingress",
"remote_ip_prefix": null,
"protocol": null,
"ethertype": "IPv4",
"tenant_id": "84b25ac10ed642cca484aa55c098e3aa",
"port_range_max": null,
"port_range_min": null,
"id": "b5874440-84a0-4382-8e37-3f012b90b71e",
"description": null,
"security_group_id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967"
}
],
"id": "1d8b19c7-7c56-48f7-a99b-4b40eb390967"
}
]
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li46091939195112">Query subnets.<ul id="EN-US_TOPIC_0113607320__ul144679491416"><li id="EN-US_TOPIC_0113607320__li8469104191410">API information<p id="EN-US_TOPIC_0113607320__p15450104612910"><a name="EN-US_TOPIC_0113607320__li8469104191410"></a><a name="li8469104191410"></a>URI format: GET /v1/{project_id}/subnets</p>
<p id="EN-US_TOPIC_0113607320__p451741124416">For details, see section "Querying Subnets" in the <em id="EN-US_TOPIC_0113607320__i11983635101219">Virtual Private Cloud API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li447894111419">Example request<p id="EN-US_TOPIC_0113607320__p16482174181411"><a name="EN-US_TOPIC_0113607320__li447894111419"></a><a name="li447894111419"></a>GET https://{VPC Endpoint}/v1/000efdc5f9064584b718b181df137bd7/subnets</p>
</li><li id="EN-US_TOPIC_0113607320__li184845414142">Example response<pre class="screen" id="EN-US_TOPIC_0113607320__screen144879411141">{
"subnets": [
{
"id": "4779ab1c-7c1a-44b1-a02e-93dfc361b32d",
"name": "subnet",
"cidr": "192.168.20.0/24",
"dnsList": [
"114.114.114.114",
"114.114.115.115"
],
"status": "ACTIVE",
"vpc_id": "3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85",
"gateway_ip": "192.168.20.1",
"dhcp_enable": true,
"primary_dns": "114.114.114.114",
"secondary_dns": "114.114.115.115",
"availability_zone": "<em id="EN-US_TOPIC_0113607320__i56431512164">az-dc-1</em>" //Assume that the AZ name is <em id="EN-US_TOPIC_0113607320__i5620122851515">az-dc-1</em>.
"neutron_network_id": "4779ab1c-7c1a-44b1-a02e-93dfc361b32d",
"neutron_subnet_id": "213cb9d-3122-2ac1-1a29-91ffc1231a12"
},
{
"id": "531dec0f-3116-411b-a21b-e612e42349fd",
"name": "Subnet1",
"cidr": "192.168.1.0/24",
"dnsList": [
"114.114.114.114",
"114.114.115.115"
],
"status": "ACTIVE",
"vpc_id": "3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85",
"gateway_ip": "192.168.1.1",
"dhcp_enable": true,
"primary_dns": "114.114.114.114",
"secondary_dns": "114.114.115.115",
"availability_zone": "<em id="EN-US_TOPIC_0113607320__i1071834191516">az-dc-1</em>" //Assume that the AZ name is <em id="EN-US_TOPIC_0113607320__i152917382151">az-dc-1</em>.
"neutron_network_id": "531dec0f-3116-411b-a21b-e612e42349fd",
"neutron_subnet_id": "1aac193-a2ad-f153-d122-12d64c2c1d78"
}
]
}</pre>
</li></ul>
</li><li id="EN-US_TOPIC_0113607320__li1834173815118">Create a BMS.<ul id="EN-US_TOPIC_0113607320__ul15682102621912"><li id="EN-US_TOPIC_0113607320__li295635119301">Prerequisites<p id="EN-US_TOPIC_0113607320__p15615657183013"><a name="EN-US_TOPIC_0113607320__li295635119301"></a><a name="li295635119301"></a>Mandatory parameters: <strong id="EN-US_TOPIC_0113607320__b1647595810597">name</strong>, <strong id="EN-US_TOPIC_0113607320__b33561922018">imageRef</strong>, <strong id="EN-US_TOPIC_0113607320__b1523028002">flavorRef</strong>, <strong id="EN-US_TOPIC_0113607320__b14369712104">networks</strong>, and <strong id="EN-US_TOPIC_0113607320__b8276177016">availability_zone</strong></p>
<p id="EN-US_TOPIC_0113607320__p03801548133118">Optional parameters: <strong id="EN-US_TOPIC_0113607320__b18812288010">root_volume</strong>, <strong id="EN-US_TOPIC_0113607320__b19773232502">data_volumes</strong>, and <strong id="EN-US_TOPIC_0113607320__b0940337300">security_groups</strong></p>
</li><li id="EN-US_TOPIC_0113607320__li7684172601919">API information<p id="EN-US_TOPIC_0113607320__p12816132810540"><a name="EN-US_TOPIC_0113607320__li7684172601919"></a><a name="li7684172601919"></a>URI format: POST /v2.1/{project_id}/servers</p>
<p id="EN-US_TOPIC_0113607320__p6471882240">For details, see section "Creating a BMS (Native OpenStack API)" in the <em id="EN-US_TOPIC_0113607320__i11363311121315">Bare Metal Server API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0113607320__li1469013267193">Example request<p id="EN-US_TOPIC_0113607320__p25941517124815"><a name="EN-US_TOPIC_0113607320__li1469013267193"></a><a name="li1469013267193"></a>POST /v2.1/000efdc5f9064584b718b181df137bd7/servers</p>
<pre class="screen" id="EN-US_TOPIC_0113607320__screen13560258162620">{
"server": {
"imageRef": "1a6635d8-afea-4f2b-abb6-27a202bad319",
"flavorRef": "physical.o2.medium",
"data_volumes": [
{
"volumetype": "SATA",
"size": 40,
"shareable": false,
"extendparam": {
"resourceSpecCode": "",
"resourceType": ""
}
}
],
"name": "bms_name01",
"availability_zone": "az-dc-1",
"networks": [
{
"uuid": "8470310b-bfa2-4edf-8f64-d15196b2b2c9"
}
]
}
}</pre>
</li><li id="EN-US_TOPIC_0113607320__li8693162610199">Example response<div class="p" id="EN-US_TOPIC_0113607320__p747162671118"><a name="EN-US_TOPIC_0113607320__li8693162610199"></a><a name="li8693162610199"></a><pre class="screen" id="EN-US_TOPIC_0113607320__screen3269182412111">{
"server": {
"security_groups": [
{
"name": "default"
}
],
"OS-DCF:diskConfig": "MANUAL",
"os-extended-volumes:volumes_attached": [
{
"id": "dc5b02ea-bece-4ec8-b194-f39db96406c8",
"delete_on_termination": false
}
],
"links": [
{
"rel": "self",
"href": "https://ecs-api.eu-de.otc-tsi.de/v2/c685484a8cc2416b97260938705deb65/servers/9ab74d89-61e7-4259-8546-465fdebe4944"
},
{
"rel": "bookmark",
"href": "https://ecs-api.eu-de.otc-tsi.de/c685484a8cc2416b97260938705deb65/servers/9ab74d89-61e7-4259-8546-465fdebe4944"
}
],
"id": "9ab74d89-61e7-4259-8546-465fdebe4944",
"adminPass": "RjdD3h8U2DBe"
}
}</pre>
</div>
</li></ul>
</li></ol>
</div>
</div>