Modified: mesos/site/publish/documentation/latest/configuration/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/configuration/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/configuration/index.html (original) +++ mesos/site/publish/documentation/latest/configuration/index.html Mon Feb 8 16:43:52 2016 @@ -294,7 +294,7 @@ Example: <p><em>These logging options can also be supplied to both masters and slaves.</em> -For more about logging, see the <a href="/documentation/latest/logging/">logging documentation</a>.</p> +For more about logging, see the <a href="/documentation/latest/./logging/">logging documentation</a>.</p> <table class="table table-striped"> <thead>
Modified: mesos/site/publish/documentation/latest/containerizer-internals/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/containerizer-internals/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/containerizer-internals/index.html (original) +++ mesos/site/publish/documentation/latest/containerizer-internals/index.html Mon Feb 8 16:43:52 2016 @@ -112,9 +112,9 @@ generating executor information.</li> <ul> <li>Composing</li> -<li><a href="/documentation/latest/docker-containerizer/">Docker</a></li> -<li><a href="/documentation/latest/containerizer/">Mesos</a></li> -<li><a href="/documentation/latest/external-containerizer/">External</a> (deprecated)</li> +<li><a href="/documentation/latest/./docker-containerizer/">Docker</a></li> +<li><a href="/documentation/latest/./containerizer/">Mesos</a></li> +<li><a href="/documentation/latest/./external-containerizer/">External</a> (deprecated)</li> </ul> Modified: mesos/site/publish/documentation/latest/containerizer/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/containerizer/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/containerizer/index.html (original) +++ mesos/site/publish/documentation/latest/containerizer/index.html Mon Feb 8 16:43:52 2016 @@ -154,7 +154,7 @@ containerizer is enabled when you config <p>For more details, see -<a href="/documentation/latest/docker-containerizer/">Docker Containerizer</a>.</p> +<a href="/documentation/latest/./docker-containerizer/">Docker Containerizer</a>.</p> <p><a name="Mesos"></a></p> @@ -179,12 +179,12 @@ might not be provided by other container <p>For more details, see -<a href="/documentation/latest/mesos-containerizer/">Mesos Containerizer</a>.</p> +<a href="/documentation/latest/./mesos-containerizer/">Mesos Containerizer</a>.</p> <h2>References</h2> <ul> -<li><a href="/documentation/latest/containerizer-internals/">Containerizer Internals</a> for +<li><a href="/documentation/latest/./containerizer-internals/">Containerizer Internals</a> for implementation details of containerizers.</li> </ul> Modified: mesos/site/publish/documentation/latest/deploy-scripts/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/deploy-scripts/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/deploy-scripts/index.html (original) +++ mesos/site/publish/documentation/latest/deploy-scripts/index.html Mon Feb 8 16:43:52 2016 @@ -95,7 +95,7 @@ <p>It is also possible to set environment variables, ulimits, etc that will affect the master and slave by editing <code>[install-prefix]/var/mesos/deploy/mesos-deploy-env.sh</code>. One particularly useful setting is <code>LIBPROCESS_IP</code>, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine’s external IP address, so you can set the right IP through this variable. Besides the common environment variables of master and slave configured in <code>[install-prefix/var/mesos/deploy/mesos-deploy-env.sh</code>, it is also possible to set master specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-master-env.sh</code>, slave specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-slave-env.sh</code>.</p> -<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to configure Mesos to use ZooKeeper to coordinate multiple master nodes, please see the <a href="/documentation/latest/high-availability/">High Availability</a> documentation for details.</p> +<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to configure Mesos to use ZooKeeper to coordinate multiple master nodes, please see the <a href="/documentation/latest/./high-availability/">High Availability</a> documentation for details.</p> <h2>Notes</h2> Modified: mesos/site/publish/documentation/latest/documentation-guide/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/documentation-guide/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/documentation-guide/index.html (original) +++ mesos/site/publish/documentation/latest/documentation-guide/index.html Mon Feb 8 16:43:52 2016 @@ -88,7 +88,7 @@ <p>We have three different kinds of documentation:</p> <ol> -<li><a href="/documentation/latest/markdown-style-guide/">MarkDown User Guides</a></li> +<li><a href="/documentation/latest/./markdown-style-guide/">MarkDown User Guides</a></li> </ol> @@ -97,7 +97,7 @@ <p> We will accept small documentation changes on <a href="https://github.com/apache/mesos">Github via a pull request</a>, larger documentation changes should go through the (reviewboard)[https://reviews.apache.org/groups/mesos/]</p> <ol> -<li><a href="/documentation/latest/doxygen-style-guide/">Doxygen API Documentation and Developer Guides as part of source code</a></li> +<li><a href="/documentation/latest/./doxygen-style-guide/">Doxygen API Documentation and Developer Guides as part of source code</a></li> </ol> Modified: mesos/site/publish/documentation/latest/effective-code-reviewing/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/effective-code-reviewing/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff ============================================================================== --- mesos/site/publish/documentation/latest/effective-code-reviewing/index.html (original) +++ mesos/site/publish/documentation/latest/effective-code-reviewing/index.html Mon Feb 8 16:43:52 2016 @@ -102,7 +102,7 @@ reviews based on commits. Become familia change clear in the review request, so the reviewer is not left guessing. It is highly recommended to attach a JIRA issue with your review for additional context.</li> -<li><strong>Follow the <a href="/documentation/latest/c++-style-guide/">style guide</a> +<li><strong>Follow the <a href="/documentation/latest/./c++-style-guide/">style guide</a> and the style of code around you</strong>.</li> <li><strong>Do a self-review of your changes before publishing</strong>: Approach it from the perspective of a reviewer with no context. Is it easy to figure Added: mesos/site/publish/documentation/latest/endpoints/files/browse.json/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/browse.json/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/browse.json/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/browse.json/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,124 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/browse.json +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns a file listing for a directory.</p> + +<h3>DESCRIPTION</h3> + +<p>Lists files and directories contained in the path as +a JSON object.</p> + +<p>Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/browse/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/browse/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/browse/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/browse/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,124 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/browse +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns a file listing for a directory.</p> + +<h3>DESCRIPTION</h3> + +<p>Lists files and directories contained in the path as +a JSON object.</p> + +<p>Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/debug.json/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/debug.json/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/debug.json/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/debug.json/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,119 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/debug.json +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns the internal virtual path mapping.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint shows the internal virtual path map as a +JSON object.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/debug/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/debug/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/debug/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/debug/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,119 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/debug +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns the internal virtual path mapping.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint shows the internal virtual path map as a +JSON object.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/download.json/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/download.json/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/download.json/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/download.json/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,124 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/download.json +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns the raw file contents for a given path.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint will return the raw file contents for the +given path.</p> + +<p>Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/download/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/download/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/download/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/download/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,124 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/download +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Returns the raw file contents for a given path.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint will return the raw file contents for the +given path.</p> + +<p>Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/read.json/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/read.json/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/read.json/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/read.json/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,125 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/read.json +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Reads data from a file.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint reads data from a file at a given offset and for +a given length. +Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. + offset=VALUE Value added to base address to obtain a second address + length=VALUE Length of file to read. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/files/read/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/files/read/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/files/read/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/files/read/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,125 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /files/read +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Reads data from a file.</p> + +<h3>DESCRIPTION</h3> + +<p>This endpoint reads data from a file at a given offset and for +a given length. +Query parameters:</p> + +<blockquote><pre><code> path=VALUE The path of directory to browse. + offset=VALUE Value added to base address to obtain a second address + length=VALUE Length of file to read. +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,288 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h1>HTTP Endpoints</h1> + +<p>Below is a list of HTTP endpoints available for a given Mesos process.</p> + +<p>Depending on your configuration, some subset of these endpoints will +be available on your Mesos master or agent. Additionally, a <code>/help</code> +endpoint will be available that displays help similar to what you see +below.</p> + +<p><strong> NOTE: </strong> The documentation for these endpoints is auto-generated +from strings stored in the Mesos source code. See +support/generate-endpoint-help.py.</p> + +<h2>Master Endpoints</h2> + +<p>Below is a set of endpoints available on a Mesos master. These +endpoints are reachable at the address http://ip:port/endpoint.</p> + +<p>For example, http://master.com:5050/files/browse</p> + +<h3>files</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/files/browse/">/files/browse</a></li> +<li><a href="/documentation/latest/endpoints/files/browse.json/">/files/browse.json</a></li> +<li><a href="/documentation/latest/endpoints/files/debug/">/files/debug</a></li> +<li><a href="/documentation/latest/endpoints/files/debug.json/">/files/debug.json</a></li> +<li><a href="/documentation/latest/endpoints/files/download/">/files/download</a></li> +<li><a href="/documentation/latest/endpoints/files/download.json/">/files/download.json</a></li> +<li><a href="/documentation/latest/endpoints/files/read/">/files/read</a></li> +<li><a href="/documentation/latest/endpoints/files/read.json/">/files/read.json</a></li> +</ul> + + +<h3>logging</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/logging/toggle/">/logging/toggle</a></li> +</ul> + + +<h3>master</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/master/api/v1/scheduler/">/master/api/v1/scheduler</a></li> +<li><a href="/documentation/latest/endpoints/master/create-volumes/">/master/create-volumes</a></li> +<li><a href="/documentation/latest/endpoints/master/destroy-volumes/">/master/destroy-volumes</a></li> +<li><a href="/documentation/latest/endpoints/master/flags/">/master/flags</a></li> +<li><a href="/documentation/latest/endpoints/master/frameworks/">/master/frameworks</a></li> +<li><a href="/documentation/latest/endpoints/master/health/">/master/health</a></li> +<li><a href="/documentation/latest/endpoints/master/machine/down/">/master/machine/down</a></li> +<li><a href="/documentation/latest/endpoints/master/machine/up/">/master/machine/up</a></li> +<li><a href="/documentation/latest/endpoints/master/maintenance/schedule/">/master/maintenance/schedule</a></li> +<li><a href="/documentation/latest/endpoints/master/maintenance/status/">/master/maintenance/status</a></li> +<li><a href="/documentation/latest/endpoints/master/observe/">/master/observe</a></li> +<li><a href="/documentation/latest/endpoints/master/quota/">/master/quota</a></li> +<li><a href="/documentation/latest/endpoints/master/redirect/">/master/redirect</a></li> +<li><a href="/documentation/latest/endpoints/master/reserve/">/master/reserve</a></li> +<li><a href="/documentation/latest/endpoints/master/roles/">/master/roles</a></li> +<li><a href="/documentation/latest/endpoints/master/roles.json/">/master/roles.json</a></li> +<li><a href="/documentation/latest/endpoints/master/slaves/">/master/slaves</a></li> +<li><a href="/documentation/latest/endpoints/master/state/">/master/state</a></li> +<li><a href="/documentation/latest/endpoints/master/state-summary/">/master/state-summary</a></li> +<li><a href="/documentation/latest/endpoints/master/state.json/">/master/state.json</a></li> +<li><a href="/documentation/latest/endpoints/master/tasks/">/master/tasks</a></li> +<li><a href="/documentation/latest/endpoints/master/tasks.json/">/master/tasks.json</a></li> +<li><a href="/documentation/latest/endpoints/master/teardown/">/master/teardown</a></li> +<li><a href="/documentation/latest/endpoints/master/unreserve/">/master/unreserve</a></li> +</ul> + + +<h3>metrics</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/metrics/snapshot/">/metrics/snapshot</a></li> +</ul> + + +<h3>profiler</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/profiler/start/">/profiler/start</a></li> +<li><a href="/documentation/latest/endpoints/profiler/stop/">/profiler/stop</a></li> +</ul> + + +<h3>registrar(id)</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/registrar/registry/">/registrar(id)/registry</a></li> +</ul> + + +<h3>system</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/system/stats.json/">/system/stats.json</a></li> +</ul> + + +<h3>version</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/version/">/version</a></li> +</ul> + + +<h2>Agent Endpoints</h2> + +<p>Below is a set of endpoints available on a Mesos agent. These +endpoints are reachable at the address http://ip:port/endpoint.</p> + +<p>For example, http://agent.com:5051/files/browse</p> + +<h3>files</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/files/browse/">/files/browse</a></li> +<li><a href="/documentation/latest/endpoints/files/browse.json/">/files/browse.json</a></li> +<li><a href="/documentation/latest/endpoints/files/debug/">/files/debug</a></li> +<li><a href="/documentation/latest/endpoints/files/debug.json/">/files/debug.json</a></li> +<li><a href="/documentation/latest/endpoints/files/download/">/files/download</a></li> +<li><a href="/documentation/latest/endpoints/files/download.json/">/files/download.json</a></li> +<li><a href="/documentation/latest/endpoints/files/read/">/files/read</a></li> +<li><a href="/documentation/latest/endpoints/files/read.json/">/files/read.json</a></li> +</ul> + + +<h3>logging</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/logging/toggle/">/logging/toggle</a></li> +</ul> + + +<h3>metrics</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/metrics/snapshot/">/metrics/snapshot</a></li> +</ul> + + +<h3>monitor</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/monitor/statistics/">/monitor/statistics</a></li> +<li><a href="/documentation/latest/endpoints/monitor/statistics.json/">/monitor/statistics.json</a></li> +</ul> + + +<h3>profiler</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/profiler/start/">/profiler/start</a></li> +<li><a href="/documentation/latest/endpoints/profiler/stop/">/profiler/stop</a></li> +</ul> + + +<h3>slave(id)</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/slave/api/v1/executor/">/slave(id)/api/v1/executor</a></li> +<li><a href="/documentation/latest/endpoints/slave/flags/">/slave(id)/flags</a></li> +<li><a href="/documentation/latest/endpoints/slave/health/">/slave(id)/health</a></li> +<li><a href="/documentation/latest/endpoints/slave/state/">/slave(id)/state</a></li> +<li><a href="/documentation/latest/endpoints/slave/state.json/">/slave(id)/state.json</a></li> +</ul> + + +<h3>system</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/system/stats.json/">/system/stats.json</a></li> +</ul> + + +<h3>version</h3> + +<ul> +<li><a href="/documentation/latest/endpoints/version/">/version</a></li> +</ul> + + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/logging/toggle/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/logging/toggle/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/logging/toggle/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/logging/toggle/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,130 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /logging/toggle +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Sets the logging verbosity level for a specified duration.</p> + +<h3>DESCRIPTION</h3> + +<p>The libprocess library uses <a href="https://code.google.com/p/google-glog">glog</a> for logging. The library +only uses verbose logging which means nothing will be output unless +the verbosity level is set (by default it’s 0, libprocess uses levels 1, 2, and 3).</p> + +<p><strong>NOTE:</strong> If your application uses glog this will also affect +your verbose logging.</p> + +<p>Query parameters:</p> + +<blockquote><pre><code> level=VALUE Verbosity level (e.g., 1, 2, 3) + duration=VALUE Duration to keep verbosity level + toggled (e.g., 10secs, 15mins, etc.) +</code></pre></blockquote> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/master/api/v1/scheduler/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/master/api/v1/scheduler/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/master/api/v1/scheduler/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/master/api/v1/scheduler/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,118 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /master/api/v1/scheduler +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Endpoint for schedulers to make Calls against the master.</p> + +<h3>DESCRIPTION</h3> + +<p>Returns 202 Accepted iff the request is accepted.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/master/create-volumes/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/master/create-volumes/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/master/create-volumes/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/master/create-volumes/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,120 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /master/create-volumes +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Create persistent volumes on reserved resources.</p> + +<h3>DESCRIPTION</h3> + +<p>Returns 200 OK if volume creation was successful. +Please provide “slaveId” and “volumes” values designating +the volumes to be created.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/master/destroy-volumes/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/master/destroy-volumes/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/master/destroy-volumes/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/master/destroy-volumes/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,120 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /master/destroy-volumes +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Destroy persistent volumes.</p> + +<h3>DESCRIPTION</h3> + +<p>Returns 200 OK if volume deletion was successful. +Please provide “slaveId” and “volumes” values designating +the volumes to be destroyed.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/master/flags/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/master/flags/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/master/flags/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/master/flags/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,114 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /master/flags +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Exposes the master’s flag configuration.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html> Added: mesos/site/publish/documentation/latest/endpoints/master/frameworks/index.html URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/endpoints/master/frameworks/index.html?rev=1729207&view=auto ============================================================================== --- mesos/site/publish/documentation/latest/endpoints/master/frameworks/index.html (added) +++ mesos/site/publish/documentation/latest/endpoints/master/frameworks/index.html Mon Feb 8 16:43:52 2016 @@ -0,0 +1,114 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + + <link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/documentation +/">Documentation +</a></li> + + + </ul><!-- /breadcrumb --> + </div> + + <!-- navbar excitement --> + <div class="navbar navbar-static-top" role="navigation"> + <div class="navbar-inner"> + <div class="container"> + <a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a> + <div class="nav-collapse"> + <ul class="nav nav-pills navbar-right"> + <li><a href="/gettingstarted/">Getting Started</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div> + </div> + </div> + </div><!-- /.navbar --> + + <div class="container"> + + <div class="row-fluid"> + <div class="col-md-4"> + <h4>If you're new to Mesos</h4> + <p>See the <a href="/gettingstarted/">getting started</a> page for more information about downloading, building, and deploying Mesos.</p> + + <h4>If you'd like to get involved or you're looking for support</h4> + <p>See our <a href="/community/">community</a> page for more details.</p> + </div> + <div class="col-md-8"> + <!--- This is an automatically generated file. DO NOT EDIT! ---> + + +<h3>USAGE</h3> + +<blockquote><pre><code> /master/frameworks +</code></pre></blockquote> + +<h3>TL;DR;</h3> + +<p>Exposes the frameworks info.</p> + + </div> +</div> + + + <hr> + + <!-- footer --> + <div class="footer"> + <p>© 2012-2015 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p> + </div><!-- /footer --> + + </div> <!-- /container --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + </body> +</html>
