Files
doc-exports/docs/ccn/api-ref/CreateCentralNetworkPolicy.html
fanqinying b662a89e70 CCN API 20250121 version
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: fanqinying <fanqinying@huawei.com>
Co-committed-by: fanqinying <fanqinying@huawei.com>
2026-01-29 15:36:46 +00:00

627 lines
48 KiB
HTML

<a name="CreateCentralNetworkPolicy"></a><a name="CreateCentralNetworkPolicy"></a>
<h1 class="topictitle1">Adding a Central Network Policy</h1>
<div id="body1708331107508"><div class="section" id="CreateCentralNetworkPolicy__topic1461000000"><h4 class="sectiontitle">Function</h4><p id="CreateCentralNetworkPolicy__topic1461000002">This API is used to add a central network policy. A policy cannot be modified. If the policy cannot meet your requirements, you need to add a new policy.</p>
</div>
<div class="section" id="CreateCentralNetworkPolicy__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p id="CreateCentralNetworkPolicy__topic1461000008">POST /v3/{domain_id}/gcn/central-network/{central_network_id}/policies</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__topic1461000009" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path Parameters</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000017"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000019">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000021">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000023">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.2.3.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000025">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000027"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000029">domain_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000031">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000033">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000035">Account ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000036"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000038">central_network_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000040">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000042">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000044">Central network ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000045"><h4 class="sectiontitle">Request Parameters</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000054"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000056">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000058">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000060">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000062">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000064"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000066">X-Auth-Token</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000068">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000070">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000072">User token.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_CreateCentralNetworkPolicyRequestBody" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Request body parameters</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000080"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000082">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000084">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000086">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.3.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000088">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000090"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000092">central_network_policy_document</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000094">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000096"><a href="#CreateCentralNetworkPolicy__request_CentralNetworkPolicyDocument">CentralNetworkPolicyDocument</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000099">Central network policy document.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__request_CentralNetworkPolicyDocument"></a><a name="request_CentralNetworkPolicyDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_CentralNetworkPolicyDocument" frame="border" border="1" rules="all"><caption><b>Table 4 </b>CentralNetworkPolicyDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000107"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000109">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000111">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000113">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.4.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000115">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000117"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000119">default_plane</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000121">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000123">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000125">Name of the default central network plane.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000126"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000128">planes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000130">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000132">Array of <a href="#CreateCentralNetworkPolicy__request_CentralNetworkPlaneDocument">CentralNetworkPlaneDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000135">List of the central network planes.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000136"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000138">er_instances</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000140">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000142">Array of <a href="#CreateCentralNetworkPolicy__request_AssociateErInstanceDocument">AssociateErInstanceDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000145">List of the enterprise routers on a central network.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__request_CentralNetworkPlaneDocument"></a><a name="request_CentralNetworkPlaneDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_CentralNetworkPlaneDocument" frame="border" border="1" rules="all"><caption><b>Table 5 </b>CentralNetworkPlaneDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000153"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000155">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000157">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000159">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.5.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000161">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000163"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000165">name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000167">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000169">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000171">Instance name.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000172"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000174">associate_er_tables</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000176">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000178">Array of <a href="#CreateCentralNetworkPolicy__request_AssociateErTableDocument">AssociateErTableDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000181">List of the enterprise routers on a central network.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000182"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000184">exclude_er_connections</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000186">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000188">Array of <a href="#CreateCentralNetworkPolicy__request_ExcludeErConnectionDocument">ExcludeErConnectionDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000191">Whether to exclude the connections to enterprise routers on the central network.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__request_AssociateErTableDocument"></a><a name="request_AssociateErTableDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_AssociateErTableDocument" frame="border" border="1" rules="all"><caption><b>Table 6 </b>AssociateErTableDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000199"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000201">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000203">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000205">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.6.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000207">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000209"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000211">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000213">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000215">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000217">Project ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000218"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000220">region_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000222">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000224">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000226">Region ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000227"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000229">enterprise_router_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000231">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000233">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000235">Enterprise router ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000236"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000238">enterprise_router_table_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000240">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000242">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000244">ID of the enterprise router route table.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__request_ExcludeErConnectionDocument"></a><a name="request_ExcludeErConnectionDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_ExcludeErConnectionDocument" frame="border" border="1" rules="all"><caption><b>Table 7 </b>ExcludeErConnectionDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000252"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000254">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000256">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000258">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.7.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000260">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000262"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000264">[items]</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000266">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000268">Array of <a href="#CreateCentralNetworkPolicy__request_AssociateErInstanceDocument">AssociateErInstanceDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.7.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000271">Connections between enterprise routers managed by the central network plane.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__request_AssociateErInstanceDocument"></a><a name="request_AssociateErInstanceDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__request_AssociateErInstanceDocument" frame="border" border="1" rules="all"><caption><b>Table 8 </b>AssociateErInstanceDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000279"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.1"><p id="CreateCentralNetworkPolicy__topic1461000281">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.2"><p id="CreateCentralNetworkPolicy__topic1461000283">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.3"><p id="CreateCentralNetworkPolicy__topic1461000285">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.8.2.5.1.4"><p id="CreateCentralNetworkPolicy__topic1461000287">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000289"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000291">enterprise_router_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000293">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000295">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000297">Enterprise router ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000298"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000300">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000302">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000304">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000306">Project ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000307"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000309">region_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000311">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000313">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateCentralNetworkPolicy__topic1461000315">Region ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000316"><h4 class="sectiontitle">Response Parameters</h4><p id="CreateCentralNetworkPolicy__topic1461000318"><strong id="CreateCentralNetworkPolicy__topic1461000319">Status code: 201</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_CentralNetworkPolicyResponseBody" frame="border" border="1" rules="all"><caption><b>Table 9 </b>Response body parameters</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000326"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000328">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000330">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000332">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000334"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000336">request_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000338">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000340">Request ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000341"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000343">central_network_policy</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000345"><a href="#CreateCentralNetworkPolicy__response_CentralNetworkPolicy">CentralNetworkPolicy</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000348">Details of the central network policy.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_CentralNetworkPolicy"></a><a name="response_CentralNetworkPolicy"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_CentralNetworkPolicy" frame="border" border="1" rules="all"><caption><b>Table 10 </b>CentralNetworkPolicy</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000355"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000357">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000359">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.4.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000361">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000363"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000365">id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000367">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000369">Instance ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000370"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000372">created_at</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000374">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000376">Time when the resource was created. The UTC time is in the <em id="CreateCentralNetworkPolicy__topic1461000377">yyyy-MM-ddTHH:mm:ss</em> format.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000378"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000380">domain_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000382">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000384">ID of the account that the instance belongs to.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000385"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000387">state</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000389">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000391">Central network policy status.</p>
<ul id="CreateCentralNetworkPolicy__topic1461000392"><li id="CreateCentralNetworkPolicy__topic1461000393"><p id="CreateCentralNetworkPolicy__topic1461000394"><a name="CreateCentralNetworkPolicy__topic1461000393"></a><a name="topic1461000393"></a><strong id="CreateCentralNetworkPolicy__topic1461000395">AVAILABLE</strong></p>
</li><li id="CreateCentralNetworkPolicy__topic1461000396"><p id="CreateCentralNetworkPolicy__topic1461000397"><a name="CreateCentralNetworkPolicy__topic1461000396"></a><a name="topic1461000396"></a><strong id="CreateCentralNetworkPolicy__topic1461000398">CANCELING</strong></p>
</li><li id="CreateCentralNetworkPolicy__topic1461000399"><p id="CreateCentralNetworkPolicy__topic1461000400"><a name="CreateCentralNetworkPolicy__topic1461000399"></a><a name="topic1461000399"></a><strong id="CreateCentralNetworkPolicy__topic1461000401">APPLYING</strong></p>
</li><li id="CreateCentralNetworkPolicy__topic1461000402"><p id="CreateCentralNetworkPolicy__topic1461000403"><a name="CreateCentralNetworkPolicy__topic1461000402"></a><a name="topic1461000402"></a><strong id="CreateCentralNetworkPolicy__topic1461000404">FAILED</strong></p>
</li><li id="CreateCentralNetworkPolicy__topic1461000405"><p id="CreateCentralNetworkPolicy__topic1461000406"><a name="CreateCentralNetworkPolicy__topic1461000405"></a><a name="topic1461000405"></a><strong id="CreateCentralNetworkPolicy__topic1461000407">DELETED</strong></p>
</li></ul>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000408"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000410">central_network_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000412">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000414">Central network ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000415"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000417">document_template_version</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000419">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000421">Document template version.</p>
<ul id="CreateCentralNetworkPolicy__topic1461000422"><li id="CreateCentralNetworkPolicy__topic1461000423"><p id="CreateCentralNetworkPolicy__topic1461000424"><a name="CreateCentralNetworkPolicy__topic1461000423"></a><a name="topic1461000423"></a><strong id="CreateCentralNetworkPolicy__topic1461000425">2022.08.30</strong>: August 30, 2022</p>
</li></ul>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000426"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000428">is_applied</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000430">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000432">Whether the policy is applied or not.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000433"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000435">version</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000437">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000439">Version of the central network policy. The version number of the policy is automatically increased by 1 each time a policy is created.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000440"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000442">document</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000444"><a href="#CreateCentralNetworkPolicy__response_CentralNetworkPolicyDocument">CentralNetworkPolicyDocument</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000447">Central network policy document.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_CentralNetworkPolicyDocument"></a><a name="response_CentralNetworkPolicyDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_CentralNetworkPolicyDocument" frame="border" border="1" rules="all"><caption><b>Table 11 </b>CentralNetworkPolicyDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000454"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000456">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000458">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.5.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000460">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000462"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000464">default_plane</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000466">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000468">Name of the default central network plane.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000469"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000471">planes</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000473">Array of <a href="#CreateCentralNetworkPolicy__response_CentralNetworkPlaneDocument">CentralNetworkPlaneDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000476">List of the central network planes.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000477"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000479">er_instances</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000481">Array of <a href="#CreateCentralNetworkPolicy__response_AssociateErInstanceDocument">AssociateErInstanceDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000484">List of the enterprise routers on a central network.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_CentralNetworkPlaneDocument"></a><a name="response_CentralNetworkPlaneDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_CentralNetworkPlaneDocument" frame="border" border="1" rules="all"><caption><b>Table 12 </b>CentralNetworkPlaneDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000491"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.6.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000493">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.6.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000495">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.6.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000497">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000499"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000501">name</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000503">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000505">Instance name.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000506"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000508">associate_er_tables</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000510">Array of <a href="#CreateCentralNetworkPolicy__response_AssociateErTableDocument">AssociateErTableDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000513">List of the enterprise routers on a central network.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000514"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000516">exclude_er_connections</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000518">Array of <a href="#CreateCentralNetworkPolicy__response_ExcludeErConnectionDocument">ExcludeErConnectionDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000521">Whether to exclude the connections to enterprise routers on the central network.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_AssociateErTableDocument"></a><a name="response_AssociateErTableDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_AssociateErTableDocument" frame="border" border="1" rules="all"><caption><b>Table 13 </b>AssociateErTableDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000528"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.7.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000530">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.7.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000532">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.7.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000534">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000536"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000538">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000540">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.7.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000542">Project ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000543"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000545">region_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000547">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.7.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000549">Region ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000550"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000552">enterprise_router_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000554">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.7.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000556">Enterprise router ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000557"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000559">enterprise_router_table_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.7.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000561">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.7.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000563">ID of the enterprise router route table.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_ExcludeErConnectionDocument"></a><a name="response_ExcludeErConnectionDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_ExcludeErConnectionDocument" frame="border" border="1" rules="all"><caption><b>Table 14 </b>ExcludeErConnectionDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000570"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.8.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000572">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.8.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000574">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.8.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000576">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000578"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.8.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000580">[items]</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.8.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000582">Array of <a href="#CreateCentralNetworkPolicy__response_AssociateErInstanceDocument">AssociateErInstanceDocument</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.8.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000585">Connections between enterprise routers managed by the central network plane.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateCentralNetworkPolicy__response_AssociateErInstanceDocument"></a><a name="response_AssociateErInstanceDocument"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__response_AssociateErInstanceDocument" frame="border" border="1" rules="all"><caption><b>Table 15 </b>AssociateErInstanceDocument</caption><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000592"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.9.2.4.1.1"><p id="CreateCentralNetworkPolicy__topic1461000594">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.9.2.4.1.2"><p id="CreateCentralNetworkPolicy__topic1461000596">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.9.2.4.1.3"><p id="CreateCentralNetworkPolicy__topic1461000598">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000600"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000602">enterprise_router_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000604">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.9.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000606">Enterprise router ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000607"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000609">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000611">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.9.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000613">Project ID.</p>
</td>
</tr>
<tr id="CreateCentralNetworkPolicy__topic1461000614"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000616">region_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.9.2.4.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000618">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.9.2.4.1.3 "><p id="CreateCentralNetworkPolicy__topic1461000620">Region ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000621"><h4 class="sectiontitle">Example Requests</h4><p id="CreateCentralNetworkPolicy__topic1461000623">Adding a central network policy</p>
<pre class="screen" id="CreateCentralNetworkPolicy__topic1461000624">POST /v3/{domain_id}/gcn/central-network/{central_network_id}/policies
{
"central_network_policy_document" : {
"default_plane" : "default-plane",
"planes" : [ {
"name" : "default-plane"
} ],
"er_instances" : [ {
"enterprise_router_id" : "395b0884-aab4-4bf0-8cb8-7f2da26708dd",
"project_id" : "XXX",
"region_id" : "region-abc"
} ]
}
}</pre>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000625"><h4 class="sectiontitle">Example Responses</h4><p id="CreateCentralNetworkPolicy__topic1461000627"><strong id="CreateCentralNetworkPolicy__topic1461000628">Status code: 201</strong></p>
<p id="CreateCentralNetworkPolicy__topic1461000629">The central network policy has been added.</p>
<pre class="screen" id="CreateCentralNetworkPolicy__topic1461000630">{
"request_id" : "76bfd2b0d492d0e479fbbd3981869c12",
"central_network_policy" : {
"id" : "f03478aa-3975-4ca7-9fb2-b49428a01636",
"created_at" : "2023-10-09T06:22:40.857Z",
"domain_id" : "XXX",
"state" : "AVAILABLE",
"central_network_id" : "e096c86f-817c-418c-945c-6b1d8860a15d",
"document_template_version" : "2022.08.30",
"is_applied" : true,
"version" : 1,
"document" : {
"default_plane" : "default-plane",
"planes" : [ {
"name" : "default-plane",
"associate_er_tables" : [ {
"project_id" : "XXX",
"region_id" : "region-abc",
"enterprise_router_id" : "395b0884-aab4-4bf0-8cb8-7f2da26708dd",
"enterprise_router_table_id" : "cc542128-5c2d-402a-8960-53bb2ed9484e"
} ]
} ],
"er_instances" : [ {
"enterprise_router_id" : "395b0884-aab4-4bf0-8cb8-7f2da26708dd",
"project_id" : "XXX",
"region_id" : "region-abc"
} ]
}
}
}</pre>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000631"><h4 class="sectiontitle">Status Codes</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateCentralNetworkPolicy__status_code" frame="border" border="1" rules="all"><thead align="left"><tr id="CreateCentralNetworkPolicy__topic1461000637"><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.7.2.1.3.1.1"><p id="CreateCentralNetworkPolicy__topic1461000639">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="85%" id="mcps1.3.7.2.1.3.1.2"><p id="CreateCentralNetworkPolicy__topic1461000641">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateCentralNetworkPolicy__topic1461000643"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="CreateCentralNetworkPolicy__topic1461000645">201</p>
</td>
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="CreateCentralNetworkPolicy__topic1461000647">The central network policy has been added.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateCentralNetworkPolicy__topic1461000648"><h4 class="sectiontitle">Error Codes</h4><p id="CreateCentralNetworkPolicy__topic1461000650">See <a href="ErrorCode.html">Error Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000009.html">Central Network Policies</a></div>
</div>
</div>