Skip to content

Commit 8d43c35

Browse files
4.21.0.0 API docs (#354)
1 parent 8fbb1f6 commit 8d43c35

916 files changed

Lines changed: 153216 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/pages/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ would welcome your help, please file an issue in the CloudStack [GitHub
1313
repo](https://github.com/apache/cloudstack) or by submitting a [pull
1414
request](https://github.com/apache/cloudstack-www/pulls/new) for this site.
1515

16+
# 4.21.x
17+
18+
- <a href="/api/apidocs-4.21/" target="_blank">All APIs</a>
19+
1620
# 4.20.x
1721

1822
- <a href="/api/apidocs-4.20/" target="_blank">All APIs</a>
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
6+
<link rel="stylesheet" href="../includes/main.css" type="text/css">
7+
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
8+
<title>Apache CloudStack | The Power Behind Your Cloud</title>
9+
</head>
10+
<body>
11+
<div id="insidetopbg">
12+
<div id="inside_wrapper">
13+
<div class="uppermenu_panel">
14+
<div class="uppermenu_box"></div>
15+
</div>
16+
<div id="main_controller">
17+
<div id="inside_header">
18+
<div class="header_top">
19+
<a class="cloud_logo" href="http://cloudstack.org"></a>
20+
<div class="mainemenu_panel"></div>
21+
</div>
22+
</div>
23+
<div id="main_content">
24+
<div class="inside_apileftpanel">
25+
<div class="inside_contentpanel" style="width:930px;">
26+
<div class="api_titlebox">
27+
<div class="api_titlebox_left">
28+
<span>
29+
Apache CloudStack 4.21.0.0 Root Admin API Reference
30+
</span>
31+
<p></p>
32+
<h1>acquirePodIpAddress</h1>
33+
<p>Allocates IP addresses in respective Pod of a Zone</p>
34+
</div>
35+
<div class="api_titlebox_right">
36+
<a class="api_backbutton" href="../index.html"></a>
37+
</div>
38+
</div>
39+
<div class="api_tablepanel">
40+
<h2>Request parameters</h2>
41+
<table class="apitable">
42+
<tr class="hed">
43+
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
44+
</tr>
45+
<tr>
46+
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;"><strong>the ID of the zone</strong></td><td style="width:180px;"><strong>true</strong></td>
47+
</tr>
48+
<tr>
49+
<td style="width:200px;"><i>podid</i></td><td style="width:500px;"><i>Pod ID</i></td><td style="width:180px;"><i>false</i></td>
50+
</tr>
51+
</table>
52+
</div>
53+
<div class="api_tablepanel">
54+
<h2>Response Tags</h2>
55+
<table class="apitable">
56+
<tr class="hed">
57+
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
58+
</tr>
59+
<tr>
60+
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the pod the IP address</td>
61+
</tr>
62+
<tr>
63+
<td style="width:200px;"><strong>cidr</strong></td><td style="width:500px;">CIDR of the Pod</td>
64+
</tr>
65+
<tr>
66+
<td style="width:200px;"><strong>gateway</strong></td><td style="width:500px;">Gateway for Pod </td>
67+
</tr>
68+
<tr>
69+
<td style="width:200px;"><strong>hostmac</strong></td><td style="width:500px;">MAC address of the pod the IP</td>
70+
</tr>
71+
<tr>
72+
<td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;">Allocated IP address</td>
73+
</tr>
74+
<tr>
75+
<td style="width:200px;"><strong>nicid</strong></td><td style="width:500px;">the ID of the nic</td>
76+
</tr>
77+
<tr>
78+
<td style="width:200px;"><strong>podid</strong></td><td style="width:500px;">the ID of the pod the IP address belongs to</td>
79+
</tr>
80+
</table>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
</div>
86+
<div id="footer">
87+
<div id="comments_thread">
88+
<script src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
89+
<noscript>
90+
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe>
91+
</noscript>
92+
</div>
93+
<div id="footer_maincontroller">
94+
<p>
95+
Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
96+
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
97+
<br>
98+
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.
99+
</p>
100+
</div>
101+
</div>
102+
</div>
103+
</div>
104+
</body>
105+
</html>

0 commit comments

Comments
 (0)