DC API 0930 version

Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com>
Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com>
Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
This commit is contained in:
Qin Ying, Fan 2022-10-06 09:33:01 +00:00 committed by zuul
parent 5a01019c63
commit 4a7d4f4cd8
63 changed files with 7198 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
version=""
language="en-us"
type=""

View File

@ -0,0 +1,8 @@
<a name="en-dc_topic_0055025300"></a><a name="en-dc_topic_0055025300"></a>
<h1 class="topictitle1">API Usage Guidelines</h1>
<div id="body1537951352085"><p id="en-dc_topic_0055025300__en-us_topic_0020507759_p1645204610259">Public cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: <em id="en-dc_topic_0055025300__en-us_topic_0020507759_i1385069210259">https://Endpoint/uri</em>. In the URL, <strong id="en-dc_topic_0055025300__en-us_topic_0020507759_b5754736910259">uri</strong> indicates the resource path, that is, the API access path.</p>
<p id="en-dc_topic_0055025300__en-us_topic_0020507759_p4816427810259">Public cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by <strong id="en-dc_topic_0055025300__en-us_topic_0020507759_b3082532510259">Application/json</strong>.</p>
<p id="en-dc_topic_0055025300__en-us_topic_0020507759_p899246910259">For details about how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html?tag=API Documents" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
</div>

View File

@ -0,0 +1,41 @@
<a name="en-dc_topic_0055025301"></a><a name="en-dc_topic_0055025301"></a>
<h1 class="topictitle1">API Overview</h1>
<div id="body1537951352085"><p id="en-dc_topic_0055025301__p980163214216">Direct Connect APIs allow you to use all Direct Connect functions.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025301__table5876102613294" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Direct Connect APIs</caption><thead align="left"><tr id="en-dc_topic_0055025301__row3878122616298"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.2.2.4.1.1"><p id="en-dc_topic_0055025301__p487811268290">Category</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.4.1.2"><p id="en-dc_topic_0055025301__p68781126182914">Sub-Category</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="64%" id="mcps1.3.2.2.4.1.3"><p id="en-dc_topic_0055025301__p158781726112914">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025301__row148781026122919"><td class="cellrowborder" rowspan="4" valign="top" width="17%" headers="mcps1.3.2.2.4.1.1 "><p id="en-dc_topic_0055025301__p16878726162916">Direct Connect API</p>
</td>
<td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.4.1.2 "><p id="en-dc_topic_0055025301__p128788265295">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="64%" headers="mcps1.3.2.2.4.1.3 "><p id="en-dc_topic_0055025301__p56591328178">Used to create, query, and update connections.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025301__row1987820263297"><td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.1 "><p id="en-dc_topic_0055025301__p8939172693215">Virtual gateway</p>
</td>
<td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.2 "><p id="en-dc_topic_0055025301__p49241952">Used to manage virtual gateways, including the APIs used to create, delete, query, and update a virtual gateway, and the API to query the virtual gateway list.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025301__row87746166614"><td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.1 "><p id="en-dc_topic_0055025301__p73349397495">Virtual interface</p>
</td>
<td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.2 "><p id="en-dc_topic_0055025301__p19860558104553">Used to manage virtual interfaces, including the APIs used to create, delete, query, and update a virtual interface, and the API to query the virtual interface list.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025301__row816313459617"><td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.1 "><p id="en-dc_topic_0055025301__p1216317451267">Direct Connect endpoint group</p>
</td>
<td class="cellrowborder" valign="top" headers="mcps1.3.2.2.4.1.2 "><p id="en-dc_topic_0055025301__p7163194516616">Used to manage Direct Connect endpoint groups, including the APIs used to create, delete, query, and update a Direct Connect endpoint group, and the API to query the Direct Connect endpoint group list.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div></div>

View File

@ -0,0 +1,6 @@
<a name="en-dc_topic_0055025308"></a><a name="en-dc_topic_0055025308"></a>
<h1 class="topictitle1">API Usage</h1>
<div id="body1539745469192"><p id="en-dc_topic_0055025308__p8060118">Direct Connect has independent endpoints. When API calls are made to Direct Connect, the Direct Connect APIs are used. Therefore, you need pay special attention to the service endpoints used when you make calls to the Direct Connect APIs.</p>
</div>

View File

@ -0,0 +1,19 @@
<a name="en-dc_topic_0055025309"></a><a name="en-dc_topic_0055025309"></a>
<h1 class="topictitle1">API</h1>
<div id="body1539589976314"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025310.html">Obtaining the API Version Information</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025313.html">Connection</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025320.html">Virtual Gateway</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025327.html">Virtual Interface</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025334.html">Direct Connect Endpoint Group</a></strong><br>
</li>
</ul>
</div>

View File

@ -0,0 +1,17 @@
<a name="en-dc_topic_0055025310"></a><a name="en-dc_topic_0055025310"></a>
<h1 class="topictitle1">Obtaining the API Version Information</h1>
<div id="body1539740810917"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025311.html">Querying All API Versions</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025312.html">Querying a Specified API Version</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025309.html">API</a></div>
</div>
</div>

View File

@ -0,0 +1,89 @@
<a name="en-dc_topic_0055025311"></a><a name="en-dc_topic_0055025311"></a>
<h1 class="topictitle1">Querying All API Versions</h1>
<div id="body1539740810917"><div class="section" id="en-dc_topic_0055025311__section109661156152112"><h4 class="sectiontitle">Function</h4><p id="en-dc_topic_0055025311__p18437102532211">This API is used to query all API versions supported by Direct Connect.</p>
</div>
<div class="section" id="en-dc_topic_0055025311__section11867232184814"><h4 class="sectiontitle">URI</h4><p id="en-dc_topic_0055025311__p9229183914812">GET /</p>
</div>
<div class="section" id="en-dc_topic_0055025311__section24112512"><h4 class="sectiontitle">Request</h4><p id="en-dc_topic_0055025311__p45638969">None</p>
</div>
<div class="section" id="en-dc_topic_0055025311__section15686020"><h4 class="sectiontitle">Response</h4><p id="en-dc_topic_0055025311__p81037681212"><a href="#en-dc_topic_0055025311__table49902238182444">Table 1</a> lists the response parameters.</p>
<div class="tablenoborder"><a name="en-dc_topic_0055025311__table49902238182444"></a><a name="table49902238182444"></a><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025311__table49902238182444" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Response parameters</caption><thead align="left"><tr id="en-dc_topic_0055025311__row27727643182444"><th align="left" class="cellrowborder" valign="top" width="25.277472252774725%" id="mcps1.3.4.3.2.4.1.1"><p id="en-dc_topic_0055025311__p44979764154022">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.01749825017498%" id="mcps1.3.4.3.2.4.1.2"><p id="en-dc_topic_0055025311__p19482271154022">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="49.7050294970503%" id="mcps1.3.4.3.2.4.1.3"><p id="en-dc_topic_0055025311__p47904218154022">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025311__row27455432182444"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p14315331153">versions</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p183213310519">List</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p7328337520">Specifies all API versions.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025311__row39593523182444"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p1326331857">id</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p183219331352">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p103293310511">Specifies the version number, for example, <strong id="en-dc_topic_0055025311__b842352706151910">v2.0</strong></p>
</td>
</tr>
<tr id="en-dc_topic_0055025311__row64801111182444"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p13233311516">links</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p932153310512">Array</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p13211331354">Specifies the API URL.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025311__row1144591413177"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p124464144178">href</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p244781412174">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p944741418176">Specifies the reference address of the current API version.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025311__row1383361812179"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p168331418121713">rel</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p17833131818174">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p188334182178">Specifies the relationship between the current API version and the referenced address.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025311__row48951951182444"><td class="cellrowborder" valign="top" width="25.277472252774725%" headers="mcps1.3.4.3.2.4.1.1 "><p id="en-dc_topic_0055025311__p19326339519">status</p>
</td>
<td class="cellrowborder" valign="top" width="25.01749825017498%" headers="mcps1.3.4.3.2.4.1.2 "><p id="en-dc_topic_0055025311__p1432193314519">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.7050294970503%" headers="mcps1.3.4.3.2.4.1.3 "><p id="en-dc_topic_0055025311__p9331331653">Specifies the version status. Value options are as follows:</p>
<ul id="en-dc_topic_0055025311__ul1936014510535"><li id="en-dc_topic_0055025311__li14360125185320"><strong id="en-dc_topic_0055025311__b13417575115">CURRENT</strong>: indicates a primary version.</li><li id="en-dc_topic_0055025311__li169411719532"><strong id="en-dc_topic_0055025311__b1727115171214">SUPPORTED</strong>: indicates an old version that is still supported.</li><li id="en-dc_topic_0055025311__li5817131015535"><strong id="en-dc_topic_0055025311__b855372871217">DEPRECATED</strong>: indicates a deprecated version that may be deleted later.</li></ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025311__section542210409508"><h4 class="sectiontitle">Examples</h4><ul id="en-dc_topic_0055025311__ul164071549155019"><li id="en-dc_topic_0055025311__li2407104935015">Example request<pre class="screen" id="en-dc_topic_0055025311__screen48295303132">GET /</pre>
</li><li id="en-dc_topic_0055025311__li426275618505">Example response<pre class="screen" id="en-dc_topic_0055025311__screen183101219153216">{
"versions": [
{
"status": "CURRENT",
"id": "v2.0",
"links":[
{
"href": "https://network.az0.dc0.domainname.com/v2.0","rel": "self"
}
]
}
]
}</pre>
</li></ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025310.html">Obtaining the API Version Information</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,25 @@
<a name="en-dc_topic_0055025313"></a><a name="en-dc_topic_0055025313"></a>
<h1 class="topictitle1">Connection</h1>
<div id="body9028608"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025314.html">Overview</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025315.html">Creating a Connection</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025316.html">Querying the Connection List</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025317.html">Deleting a Connection</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025318.html">Querying a Connection</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025319.html">Updating a Connection</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025309.html">API</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
<a name="en-dc_topic_0055025317"></a><a name="en-dc_topic_0055025317"></a>
<h1 class="topictitle1">Deleting a Connection</h1>
<div id="body13265486"><div class="section" id="en-dc_topic_0055025317__section43031324205035"><h4 class="sectiontitle">Function</h4><p id="en-dc_topic_0055025317__p62985257205035">This API is used to delete a connection.</p>
</div>
<div class="section" id="en-dc_topic_0055025317__section29996404205035"><h4 class="sectiontitle">URI</h4><p id="en-dc_topic_0055025317__p5517124514424">DELETE /v2.0/dcaas/direct-connects/{direct_connect_id}</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025317__table332210240312" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="en-dc_topic_0055025317__row163310241312"><th align="left" class="cellrowborder" valign="top" width="19.388061193880613%" id="mcps1.3.2.3.2.5.1.1"><p id="en-dc_topic_0055025317__p16331182453110">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.2.3.2.5.1.2"><p id="en-dc_topic_0055025317__p433132411319"><strong id="en-dc_topic_0055025317__b842352706165439">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.328367163283673%" id="mcps1.3.2.3.2.5.1.3"><p id="en-dc_topic_0055025317__p1331132453112"><strong id="en-dc_topic_0055025317__b842352706192549">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.85571442855714%" id="mcps1.3.2.3.2.5.1.4"><p id="en-dc_topic_0055025317__p933116245312"><strong id="en-dc_topic_0055025317__b84235270615331">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025317__row17331122423114"><td class="cellrowborder" valign="top" width="19.388061193880613%" headers="mcps1.3.2.3.2.5.1.1 "><p id="en-dc_topic_0055025317__p233116246318">direct_connect_id</p>
</td>
<td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.2.3.2.5.1.2 "><p id="en-dc_topic_0055025317__p83314249313">String</p>
</td>
<td class="cellrowborder" valign="top" width="16.328367163283673%" headers="mcps1.3.2.3.2.5.1.3 "><p id="en-dc_topic_0055025317__p11331112493112">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="42.85571442855714%" headers="mcps1.3.2.3.2.5.1.4 "><p id="en-dc_topic_0055025317__p8331172463114">Indicates the connection ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025317__section54655929205035"><h4 class="sectiontitle">Request</h4><p id="en-dc_topic_0055025317__p19224102883919">None</p>
</div>
<div class="section" id="en-dc_topic_0055025317__section48616095205035"><h4 class="sectiontitle">Response</h4><p id="en-dc_topic_0055025317__p45589619205035">None</p>
</div>
<div class="section" id="en-dc_topic_0055025317__section7653394205035"><h4 class="sectiontitle">Examples</h4><ul id="en-dc_topic_0055025317__ul448314187356"><li id="en-dc_topic_0055025317__li1748361893518">Example request</li></ul>
<pre class="screen" id="en-dc_topic_0055025317__screen15945198205035">DELETE /v2.0/dcaas/direct-connects/{direct_connect_id}</pre>
</div>
<div class="section" id="en-dc_topic_0055025317__section19131184615323"><h4 class="sectiontitle">Returned Value</h4><p id="en-dc_topic_0055025317__p176816317298">For details, see section <a href="en-dc_topic_0055025342.html">Common Returned Values</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025313.html">Connection</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,26 @@
<a name="en-dc_topic_0055025320"></a><a name="en-dc_topic_0055025320"></a>
<h1 class="topictitle1">Virtual Gateway</h1>
<div id="body1489114536418"><p id="en-dc_topic_0055025320__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025321.html">Overview</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025322.html">Creating a Virtual Gateway</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025323.html">Querying the Virtual Gateway List</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025324.html">Deleting a Virtual Gateway</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025325.html">Querying a Virtual Gateway</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025326.html">Updating a Virtual Gateway</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025309.html">API</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,71 @@
<a name="en-dc_topic_0055025324"></a><a name="en-dc_topic_0055025324"></a>
<h1 class="topictitle1">Deleting a Virtual Gateway</h1>
<div id="body1489114536418"><div class="section" id="en-dc_topic_0055025324__section43031324205035"><h4 class="sectiontitle">Function</h4><p id="en-dc_topic_0055025324__p62985257205035">This API is used to delete a virtual gateway.</p>
</div>
<div class="section" id="en-dc_topic_0055025324__section29996404205035"><h4 class="sectiontitle">URI</h4><p id="en-dc_topic_0055025324__p2568244204">DELETE /v2.0/dcaas/virtual-gateways/{virtual_gateway_id}</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025324__table2653155192017" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="en-dc_topic_0055025324__row165355510201"><th align="left" class="cellrowborder" valign="top" width="19.388061193880613%" id="mcps1.3.2.3.2.5.1.1"><p id="en-dc_topic_0055025324__p1865314551207">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.2.3.2.5.1.2"><p id="en-dc_topic_0055025324__p965345514201"><strong id="en-dc_topic_0055025324__b842352706165439">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.328367163283673%" id="mcps1.3.2.3.2.5.1.3"><p id="en-dc_topic_0055025324__p136531556208"><strong id="en-dc_topic_0055025324__b842352706192549">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.85571442855714%" id="mcps1.3.2.3.2.5.1.4"><p id="en-dc_topic_0055025324__p14660155542013"><strong id="en-dc_topic_0055025324__b84235270615331">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025324__row13660145572012"><td class="cellrowborder" valign="top" width="19.388061193880613%" headers="mcps1.3.2.3.2.5.1.1 "><p id="en-dc_topic_0055025324__p866020558209">virtual_gateway_id</p>
</td>
<td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.2.3.2.5.1.2 "><p id="en-dc_topic_0055025324__p9660145552017">String</p>
</td>
<td class="cellrowborder" valign="top" width="16.328367163283673%" headers="mcps1.3.2.3.2.5.1.3 "><p id="en-dc_topic_0055025324__p12660195532019">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="42.85571442855714%" headers="mcps1.3.2.3.2.5.1.4 "><p id="en-dc_topic_0055025324__p866065522015">Indicates the virtual gateway ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025324__section54655929205035"><h4 class="sectiontitle">Request</h4><p id="en-dc_topic_0055025324__p9691133616216"><a href="#en-dc_topic_0055025324__table2198437322244">Table 2</a> lists the request parameter.</p>
<div class="tablenoborder"><a name="en-dc_topic_0055025324__table2198437322244"></a><a name="table2198437322244"></a><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025324__table2198437322244" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameter</caption><thead align="left"><tr id="en-dc_topic_0055025324__row4304807922244"><th align="left" class="cellrowborder" valign="top" width="25.217478252174786%" id="mcps1.3.3.3.2.5.1.1"><p id="en-dc_topic_0055025324__p6505580022244"><strong id="en-dc_topic_0055025324__b8423527069918">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13.528647135286477%" id="mcps1.3.3.3.2.5.1.2"><p id="en-dc_topic_0055025324__p329696222244"><strong id="en-dc_topic_0055025324__b842352706165439_1">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="18.398160183981606%" id="mcps1.3.3.3.2.5.1.3"><p id="en-dc_topic_0055025324__p3257067222244"><strong id="en-dc_topic_0055025324__b842352706192549_1">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.85571442855715%" id="mcps1.3.3.3.2.5.1.4"><p id="en-dc_topic_0055025324__p5470821922244"><strong id="en-dc_topic_0055025324__b84235270615331_1">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025324__row5451891922244"><td class="cellrowborder" valign="top" width="25.217478252174786%" headers="mcps1.3.3.3.2.5.1.1 "><p id="en-dc_topic_0055025324__p3187982384832">virtual_gateway_id</p>
</td>
<td class="cellrowborder" valign="top" width="13.528647135286477%" headers="mcps1.3.3.3.2.5.1.2 "><p id="en-dc_topic_0055025324__p757920222316">String</p>
</td>
<td class="cellrowborder" valign="top" width="18.398160183981606%" headers="mcps1.3.3.3.2.5.1.3 "><p id="en-dc_topic_0055025324__p4706384922316">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="42.85571442855715%" headers="mcps1.3.3.3.2.5.1.4 "><p id="en-dc_topic_0055025324__p970883222316">Indicates the virtual gateway ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025324__section48616095205035"><h4 class="sectiontitle">Response</h4><p id="en-dc_topic_0055025324__p45589619205035">None</p>
</div>
<div class="section" id="en-dc_topic_0055025324__section7653394205035"><h4 class="sectiontitle">Examples</h4><ul id="en-dc_topic_0055025324__ul1559143362211"><li id="en-dc_topic_0055025324__li155983310227">Example request</li></ul>
<pre class="screen" id="en-dc_topic_0055025324__screen15945198205035">DELETE /v2.0/dcaas/virtual-gateways/{virtual_gateway_id}</pre>
</div>
<ul id="en-dc_topic_0055025324__ul12353133851018"><li id="en-dc_topic_0055025324__li23531386103">Response example<p id="en-dc_topic_0055025324__p1393018459105"><a name="en-dc_topic_0055025324__li23531386103"></a><a name="li23531386103"></a>None</p>
</li></ul>
<div class="section" id="en-dc_topic_0055025324__section5604023173234"><h4 class="sectiontitle">Returned Value</h4><p id="en-dc_topic_0055025324__p176816317298">For details, see section <a href="en-dc_topic_0055025342.html">Common Returned Values</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025320.html">Virtual Gateway</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,26 @@
<a name="en-dc_topic_0055025327"></a><a name="en-dc_topic_0055025327"></a>
<h1 class="topictitle1">Virtual Interface</h1>
<div id="body1495543735580"><p id="en-dc_topic_0055025327__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025328.html">Overview</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025329.html">Creating a Virtual Interface</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025330.html">Querying the Virtual Interface List</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025331.html">Deleting a Virtual Interface</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025332.html">Querying a Virtual Interface</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025333.html">Updating a Virtual Interface</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025309.html">API</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,71 @@
<a name="en-dc_topic_0055025331"></a><a name="en-dc_topic_0055025331"></a>
<h1 class="topictitle1">Deleting a Virtual Interface</h1>
<div id="body1495543735580"><div class="section" id="en-dc_topic_0055025331__section235045714306"><h4 class="sectiontitle">Function</h4><p id="en-dc_topic_0055025331__p6205567314306">This API is used to delete a virtual interface.</p>
</div>
<div class="section" id="en-dc_topic_0055025331__section4104188114306"><h4 class="sectiontitle">URI</h4><p id="en-dc_topic_0055025331__p1072424213378">DELETE /v2.0/dcaas/virtual-interfaces/{virtual_interface_id}</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025331__table640636113810" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="en-dc_topic_0055025331__row1546856113814"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.5.1.1"><p id="en-dc_topic_0055025331__p12468664381">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.5.1.2"><p id="en-dc_topic_0055025331__p346866153810">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.5.1.3"><p id="en-dc_topic_0055025331__p04683613389">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.5.1.4"><p id="en-dc_topic_0055025331__p13468206123813">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025331__row12468166143815"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.5.1.1 "><p id="en-dc_topic_0055025331__p24687693816">virtual_interface_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.5.1.2 "><p id="en-dc_topic_0055025331__p8468136203815">String</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.5.1.3 "><p id="en-dc_topic_0055025331__p44681561384">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.5.1.4 "><p id="en-dc_topic_0055025331__p246813663813">Indicates the virtual interface ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025331__section3850154614306"><h4 class="sectiontitle">Request</h4><p id="en-dc_topic_0055025331__p292833465016"><a href="#en-dc_topic_0055025331__table5224055914306">Table 2</a> lists the request parameter.</p>
<div class="tablenoborder"><a name="en-dc_topic_0055025331__table5224055914306"></a><a name="table5224055914306"></a><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025331__table5224055914306" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameter</caption><thead align="left"><tr id="en-dc_topic_0055025331__row6052323214306"><th align="left" class="cellrowborder" valign="top" width="24.84%" id="mcps1.3.3.3.2.5.1.1"><p id="en-dc_topic_0055025331__p1875992714306">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="12.22%" id="mcps1.3.3.3.2.5.1.2"><p id="en-dc_topic_0055025331__p523663814306">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.509999999999998%" id="mcps1.3.3.3.2.5.1.3"><p id="en-dc_topic_0055025331__p99311514306">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="46.43%" id="mcps1.3.3.3.2.5.1.4"><p id="en-dc_topic_0055025331__p6490218014306">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025331__row2775932614306"><td class="cellrowborder" valign="top" width="24.84%" headers="mcps1.3.3.3.2.5.1.1 "><p id="en-dc_topic_0055025331__p4251721614306">virtual_interface_id</p>
</td>
<td class="cellrowborder" valign="top" width="12.22%" headers="mcps1.3.3.3.2.5.1.2 "><p id="en-dc_topic_0055025331__p6380017614306">String</p>
</td>
<td class="cellrowborder" valign="top" width="16.509999999999998%" headers="mcps1.3.3.3.2.5.1.3 "><p id="en-dc_topic_0055025331__p1079430814306">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="46.43%" headers="mcps1.3.3.3.2.5.1.4 "><p id="en-dc_topic_0055025331__p4809318514306">Indicates the virtual interface ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025331__section1670969814306"><h4 class="sectiontitle">Response</h4><p id="en-dc_topic_0055025331__p1427264014306">None</p>
</div>
<div class="section" id="en-dc_topic_0055025331__section3828902514306"><h4 class="sectiontitle">Examples</h4><ul id="en-dc_topic_0055025331__ul65471727518"><li id="en-dc_topic_0055025331__li4547172175117">Example request</li></ul>
<pre class="screen" id="en-dc_topic_0055025331__screen2453856014306">DELETE /v2.0/dcaas/virtual-interfaces/{virtual_interface_id}</pre>
</div>
<ul id="en-dc_topic_0055025331__ul144517611313"><li id="en-dc_topic_0055025331__li13451067132">Response example<p id="en-dc_topic_0055025331__p15690111191318"><a name="en-dc_topic_0055025331__li13451067132"></a><a name="li13451067132"></a>None</p>
</li></ul>
<div class="section" id="en-dc_topic_0055025331__section6289309617342"><h4 class="sectiontitle">Returned Value</h4><p id="en-dc_topic_0055025331__p176816317298">For details, see section <a href="en-dc_topic_0055025342.html">Common Returned Values</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025327.html">Virtual Interface</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,26 @@
<a name="en-dc_topic_0055025334"></a><a name="en-dc_topic_0055025334"></a>
<h1 class="topictitle1">Direct Connect Endpoint Group</h1>
<div id="body1538012995871"><p id="en-dc_topic_0055025334__en-us_topic_0070658757_p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025335.html">Overview</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025336.html">Creating an Endpoint Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025337.html">Querying the Direct Connect Endpoint Group List</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025338.html">Deleting an Endpoint Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025339.html">Querying a Direct Connect Endpoint Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025340.html">Updating a Direct Connect Endpoint Group</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025309.html">API</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,71 @@
<a name="en-dc_topic_0055025338"></a><a name="en-dc_topic_0055025338"></a>
<h1 class="topictitle1">Deleting an Endpoint Group</h1>
<div id="body1538013004984"><div class="section" id="en-dc_topic_0055025338__en-us_topic_0070658809_section43031324205035"><h4 class="sectiontitle">Function</h4><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p62985257205035">This API is used to delete a Direct Connect endpoint group.</p>
</div>
<div class="section" id="en-dc_topic_0055025338__en-us_topic_0070658809_section29996404205035"><h4 class="sectiontitle">URI</h4><p id="en-dc_topic_0055025338__p1464814710361">DELETE /v2.0/dcaas/dc-endpoint-groups/{endpoint_group_id}</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025338__table1297211334365" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="en-dc_topic_0055025338__row6972123313361"><th align="left" class="cellrowborder" valign="top" width="19.388061193880613%" id="mcps1.3.2.3.2.5.1.1"><p id="en-dc_topic_0055025338__p7972133143612">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.2.3.2.5.1.2"><p id="en-dc_topic_0055025338__p997213303616">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.328367163283673%" id="mcps1.3.2.3.2.5.1.3"><p id="en-dc_topic_0055025338__p597215330365">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.85571442855714%" id="mcps1.3.2.3.2.5.1.4"><p id="en-dc_topic_0055025338__p69722339368">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025338__row14972143317361"><td class="cellrowborder" valign="top" width="19.388061193880613%" headers="mcps1.3.2.3.2.5.1.1 "><p id="en-dc_topic_0055025338__p0972633143618">endpoint_group_id</p>
</td>
<td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.2.3.2.5.1.2 "><p id="en-dc_topic_0055025338__p5972633193614">String</p>
</td>
<td class="cellrowborder" valign="top" width="16.328367163283673%" headers="mcps1.3.2.3.2.5.1.3 "><p id="en-dc_topic_0055025338__p7972193343618">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="42.85571442855714%" headers="mcps1.3.2.3.2.5.1.4 "><p id="en-dc_topic_0055025338__p59808335369">Indicates the ID of the Direct Connect endpoint group.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025338__en-us_topic_0070658809_section54655929205035"><h4 class="sectiontitle">Request</h4><p id="en-dc_topic_0055025338__p188618576367"><a href="#en-dc_topic_0055025338__en-us_topic_0070658809_table2198437322244">Table 2</a> lists the request parameter.</p>
<div class="tablenoborder"><a name="en-dc_topic_0055025338__en-us_topic_0070658809_table2198437322244"></a><a name="en-us_topic_0070658809_table2198437322244"></a><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025338__en-us_topic_0070658809_table2198437322244" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameter</caption><thead align="left"><tr id="en-dc_topic_0055025338__en-us_topic_0070658809_row4304807922244"><th align="left" class="cellrowborder" valign="top" width="19.388061193880613%" id="mcps1.3.3.3.2.5.1.1"><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p6505580022244">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.3.3.2.5.1.2"><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p329696222244">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.328367163283673%" id="mcps1.3.3.3.2.5.1.3"><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p3257067222244">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.85571442855714%" id="mcps1.3.3.3.2.5.1.4"><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p5470821922244">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025338__en-us_topic_0070658809_row5451891922244"><td class="cellrowborder" valign="top" width="19.388061193880613%" headers="mcps1.3.3.3.2.5.1.1 "><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p3187982384832">endpoint_group_id</p>
</td>
<td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.3.3.2.5.1.2 "><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p757920222316">String</p>
</td>
<td class="cellrowborder" valign="top" width="16.328367163283673%" headers="mcps1.3.3.3.2.5.1.3 "><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p4706384922316">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="42.85571442855714%" headers="mcps1.3.3.3.2.5.1.4 "><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p970883222316">Indicates the ID of the Direct Connect endpoint group.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="en-dc_topic_0055025338__en-us_topic_0070658809_section48616095205035"><h4 class="sectiontitle">Response</h4><p id="en-dc_topic_0055025338__en-us_topic_0070658809_p45589619205035">None</p>
</div>
<div class="section" id="en-dc_topic_0055025338__en-us_topic_0070658809_section7653394205035"><h4 class="sectiontitle">Examples</h4><ul id="en-dc_topic_0055025338__ul177152319377"><li id="en-dc_topic_0055025338__li77772315371">Example request</li></ul>
<pre class="screen" id="en-dc_topic_0055025338__en-us_topic_0070658809_screen15945198205035">DELETE /v2.0/dcaas/dc-endpoint-groups/{endpoint_group_id}</pre>
</div>
<ul id="en-dc_topic_0055025338__ul49760296134"><li id="en-dc_topic_0055025338__li897572912131">Response example<p id="en-dc_topic_0055025338__p109021335141315"><a name="en-dc_topic_0055025338__li897572912131"></a><a name="li897572912131"></a>None</p>
</li></ul>
<div class="section" id="en-dc_topic_0055025338__section12113171955820"><h4 class="sectiontitle">Returned Value</h4><p id="en-dc_topic_0055025338__p176816317298">For details, see section <a href="en-dc_topic_0055025342.html">Common Returned Values</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-dc_topic_0055025334.html">Direct Connect Endpoint Group</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
<a name="en-dc_topic_0055025341"></a><a name="en-dc_topic_0055025341"></a>
<h1 class="topictitle1">Public Parameters</h1>
<div id="body1538035975232"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025342.html">Common Returned Values</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-dc_topic_0055025343.html">Error Codes</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,50 @@
<a name="en-dc_topic_0055025347"></a><a name="en-dc_topic_0055025347"></a>
<h1 class="topictitle1">Change History</h1>
<div id="body1539592104503">
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-dc_topic_0055025347__table95181539246" frame="border" border="1" rules="all"><thead align="left"><tr id="en-dc_topic_0055025347__row2520165319244"><th align="left" class="cellrowborder" valign="top" width="25.81%" id="mcps1.3.1.1.3.1.1"><p id="en-dc_topic_0055025347__p952013532245"><strong id="en-dc_topic_0055025347__b19521553122419">Released On</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="74.19%" id="mcps1.3.1.1.3.1.2"><p id="en-dc_topic_0055025347__p3523653192414"><strong id="en-dc_topic_0055025347__b852395311243">What's New</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="en-dc_topic_0055025347__row1766396143713"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p56651766370">2018-10-30</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p86656613371">This release incorporates the following changes:</p>
<ul id="en-dc_topic_0055025347__ul1477152217373"><li id="en-dc_topic_0055025347__li20477192273717">Optimized the document structure.</li><li id="en-dc_topic_0055025347__li19510529153720">Deleted the introduction section.</li><li id="en-dc_topic_0055025347__li67531350193716">Added section <a href="en-dc_topic_0055025310.html">Obtaining the API Version Information</a>.</li></ul>
</td>
</tr>
<tr id="en-dc_topic_0055025347__row12523453162410"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p10523195317246">2018-04-30</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p11525125311247">This release incorporates the following changes:</p>
<ul id="en-dc_topic_0055025347__ul1052555316242"><li id="en-dc_topic_0055025347__li175251853102417">Added the description about how to use the Direct Connect APIs.</li><li id="en-dc_topic_0055025347__li155251453142411">Added API constraints for creating a connection.</li></ul>
</td>
</tr>
<tr id="en-dc_topic_0055025347__row145272053162410"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p1252716533247">2018-03-30</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p175281153112413">This release incorporates the following changes:</p>
<p id="en-dc_topic_0055025347__p852845315246">Modified the API usage.</p>
</td>
</tr>
<tr id="en-dc_topic_0055025347__row8529185311240"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p15529353182417">2018-02-18</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p11531145312246">This release incorporates the following changes:</p>
<ul id="en-dc_topic_0055025347__ul653112536244"><li id="en-dc_topic_0055025347__li553185315249">Modified the example request and example response in section <a href="en-dc_topic_0055025315.html">Creating a Connection</a>.</li><li id="en-dc_topic_0055025347__li0533145312413">Added an example request for which filtered parameters are returned in section <a href="en-dc_topic_0055025316.html">Querying the Connection List</a>.</li><li id="en-dc_topic_0055025347__li8534165332412">Changed value options of <strong id="en-dc_topic_0055025347__b944051722">Port Type</strong> to <strong id="en-dc_topic_0055025347__b1884680015">1G</strong> and <strong id="en-dc_topic_0055025347__b1481604283">10G</strong> in table "Connection object".</li><li id="en-dc_topic_0055025347__li1253625317240">Changed the value options of <strong id="en-dc_topic_0055025347__b622726997">Port Type</strong> to <strong id="en-dc_topic_0055025347__b1493340619101028">1G</strong> or <strong id="en-dc_topic_0055025347__b514077874101028">10G</strong> in table "Description of field <strong id="en-dc_topic_0055025347__b1242347532">direct_connects</strong>" in section <a href="en-dc_topic_0055025316.html">Querying the Connection List</a>.</li><li id="en-dc_topic_0055025347__li1353655392413">Changed the value of <strong id="en-dc_topic_0055025347__b69065196">Port Type</strong> to <strong id="en-dc_topic_0055025347__b1171250879101038">1G</strong> or <strong id="en-dc_topic_0055025347__b626056242101038">10G</strong> in table "Description of field <strong id="en-dc_topic_0055025347__b472911216">direct_connects</strong>" in section <a href="en-dc_topic_0055025318.html">Querying a Connection</a>.</li><li id="en-dc_topic_0055025347__li1538195311248">Changed the value of <strong id="en-dc_topic_0055025347__b1950180842">Port Type</strong> to <strong id="en-dc_topic_0055025347__b752196633101049">1G</strong> or <strong id="en-dc_topic_0055025347__b1247899513101049">10G</strong> in table "Description of field <strong id="en-dc_topic_0055025347__b304814944">direct_connects</strong>" in section <a href="en-dc_topic_0055025319.html">Updating a Connection</a>.</li><li id="en-dc_topic_0055025347__li653915533247">Modified the description about parameter <strong id="en-dc_topic_0055025347__b1876497237">local_ep_group_id</strong> in table "Description of field <strong id="en-dc_topic_0055025347__b114148776">virtual_gateway</strong>" in section <a href="en-dc_topic_0055025322.html">Creating a Virtual Gateway</a>.</li><li id="en-dc_topic_0055025347__li17540253132414">Added an example request for which filtered parameters are returned in section <a href="en-dc_topic_0055025323.html">Querying the Virtual Gateway List</a>.</li><li id="en-dc_topic_0055025347__li1954035362415">Added an example request for which filtered parameters are returned in section <a href="en-dc_topic_0055025330.html">Querying the Virtual Interface List</a>.</li><li id="en-dc_topic_0055025347__li254205312248">Added an example request for which filtered parameters are returned in section <a href="en-dc_topic_0055025337.html">Querying the Direct Connect Endpoint Group List</a>.</li><li id="en-dc_topic_0055025347__li75426539240">Deleted request parameter <strong id="en-dc_topic_0055025347__b1606828312">endpoint_group_id</strong> in section <a href="en-dc_topic_0055025340.html">Updating a Direct Connect Endpoint Group</a>.</li></ul>
</td>
</tr>
<tr id="en-dc_topic_0055025347__row5549553142414"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p55499535249">2017-11-30</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p3551185312414">This release incorporates the following changes:</p>
<ul id="en-dc_topic_0055025347__ul3552195382413"><li id="en-dc_topic_0055025347__li5552853142414">Updated the parameters in the "Connection object" table.</li><li id="en-dc_topic_0055025347__li10554105315243">Added parameters <strong id="en-dc_topic_0055025347__b1941561886">type</strong> and <strong id="en-dc_topic_0055025347__b2137692728">ipsec_bandwidth</strong> to the "Virtual gateway object" table.</li></ul>
</td>
</tr>
<tr id="en-dc_topic_0055025347__row165543538248"><td class="cellrowborder" valign="top" width="25.81%" headers="mcps1.3.1.1.3.1.1 "><p id="en-dc_topic_0055025347__p555695312249">2017-9-30</p>
</td>
<td class="cellrowborder" valign="top" width="74.19%" headers="mcps1.3.1.1.3.1.2 "><p id="en-dc_topic_0055025347__p12556353132412">This issue is the first official release.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>

View File

@ -0,0 +1 @@
var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";var href="";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d<f.length;d++){var e=f[d];if(e.className.indexOf(expandClassName)!=-1||e.className.indexOf(collapseClassName)!=-1||e.className.indexOf(collapseTableClassName)!=-1){if(a=="collapse"){if(e.tagName.toLowerCase()=="table"){e.className=collapseTableClassName}else{e.className=collapseClassName}}else{e.className=expandClassName}}}}function ExpandForHref(f){if(null==f||"#"==f||"###"==f){return}var a=null;try{a=document.getElementById(f)}catch(d){}if(null==a||a.length==0){return}try{var b=a.parentNode;while(b!=null&&b.tagName!="body"){if(b.className==collapseClassName){b.className=expandClassName}b=b.parentNode}}catch(c){}}window.onload=function(){var b=document.getElementsByTagName("div");for(var c=0;c<b.length;c++){var j=b[c];if(j.className.indexOf(expandClassName)!=-1){j.className=collapseClassName}}var d=document.getElementsByTagName("a");try{for(var c=0;c<d.length;c++){var f=d[c];var h=f.getAttribute("href");if(h!=""&&h!=null){href=h;f.addEventListener("click",showHasConref,false)}}}catch(g){}};function showHasConref(){try{if(href!=null&&href!="#"&&href.lastIndexOf("#")>-1){ExpandForHref(href.substring(href.lastIndexOf("#")+1))}}catch(a){}};

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.msgph{font-family:Courier New}.unresolved{background-color:skyblue}.noTemplate{background-color:yellow}.base{background-color:#fff}.nested0{margin-top:1em}.p{margin-top:1em}.figcap{font-style:italic}.figdesc{font-style:normal}.figborder{border-style:solid;padding-left:3px;border-width:2px;padding-right:3px;margin-top:1em;border-color:Silver}.figsides{border-left:2px solid;padding-left:3px;border-right:2px solid;padding-right:3px;margin-top:1em;border-color:Silver}.figtop{border-top:2px solid;margin-top:1em;border-color:Silver}.figbottom{border-bottom:2px solid;border-color:Silver}.figtopbot{border-top:2px solid;border-bottom:2px solid;margin-top:1em;border-color:Silver}.ullinks{list-style-type:none}.ulchildlink{margin-top:1em;margin-bottom:1em}.olchildlink{margin-top:1em;margin-bottom:1em}.linklist{margin-top:1em;margin-bottom:1em}.linklistwithchild{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.relconcepts{margin-top:1em;margin-bottom:1em}.reltasks{margin-top:1em;margin-bottom:1em}.relref{margin-top:1em;margin-bottom:1em}.relinfo{margin-top:1em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}.topictitle1{margin-top:0;margin-bottom:.1em;font-size:1.34em}.topictitle2{margin-top:1pc;margin-bottom:.45em;font-size:1.17em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-size:1.17em;font-weight:bold}.topictitle4{margin-top:.83em;font-size:1.17em;font-weight:bold}.topictitle5{font-size:1.17em;font-weight:bold}.topictitle6{font-size:1.17em;font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:black;font-size:1.17em;font-weight:bold}.section{margin-top:1em;margin-bottom:1em}.example{margin-top:1em;margin-bottom:1em}.note{margin-top:1em;margin-bottom:1em}.notetitle{font-weight:bold}.notelisttitle{font-weight:bold}.tip{margin-top:1em;margin-bottom:1em}.tiptitle{font-weight:bold}.fastpath{margin-top:1em;margin-bottom:1em}.fastpathtitle{font-weight:bold}.important{margin-top:1em;margin-bottom:1em}.importanttitle{font-weight:bold}.remember{margin-top:1em;margin-bottom:1em}.remembertitle{font-weight:bold}.restriction{margin-top:1em;margin-bottom:1em}.restrictiontitle{font-weight:bold}.attention{margin-top:1em;margin-bottom:1em}.attentiontitle{font-weight:bold}.dangertitle{font-weight:bold}.danger{margin-top:1em;margin-bottom:1em}.warningtitle{font-weight:bold}.warning{margin-top:1em;margin-bottom:1em}.noticetitle{font-weight:bold}.notice{margin-top:1em;margin-bottom:1em}.cautiontitle{font-weight:bold}.caution{font-weight:bold;margin-bottom:1em}ul.simple{list-style-type:none}.firstcol{font-weight:bold}.bold{font-weight:bold}.boldItalic{font-weight:bold;font-style:italic}.italic{font-style:italic}.underlined{text-decoration:underline}.uicontrol{font-weight:bold}.parmname{font-weight:bold}.var{font-style:italic}.shortcut{text-decoration:underline}.dlterm{font-weight:bold}.dltermexpand{font-weight:bold;margin-top:1em}*[compact="yes"]>li{margin-top:0}*[compact="no"]>li{margin-top:.53em}.liexpand{margin-top:1em;margin-bottom:1em}.sliexpand{margin-top:1em;margin-bottom:1em}.dlexpand{margin-top:1em;margin-bottom:1em}.ddexpand{margin-top:1em;margin-bottom:1em}.stepexpand{margin-top:1em;margin-bottom:1em}.substepexpand{margin-top:1em;margin-bottom:1em}div.imageleft{text-align:left}div.imagecenter{text-align:center}div.imageright{text-align:right}div.imagejustify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:solid 1px;border-bottom:solid 1px}.row-nocellborder{border-left:none;border-right:0;border-top:0;border-left:hidden;border-bottom:solid 1px}.cell-norowborder{border-top:0;border-bottom:0;border-right:0;border-bottom:hidden;border-left:solid 1px}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.screen{padding:5px 5px 5px 5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}pre.codeblock{padding:5px 5px 5px 5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Some files were not shown because too many files have changed in this diff Show More