rest.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>GeoServer Coverages</title>
  5. <style type="text/css">
  6. body {
  7. font-family: Trebuchet MS, sans-serif;
  8. font-size: 15px;
  9. color: #444;
  10. margin-right: 24px;
  11. }
  12. h1 {
  13. font-size: 25px;
  14. }
  15. h2 {
  16. font-size: 20px;
  17. }
  18. h3 {
  19. font-size: 16px;
  20. font-weight: bold;
  21. }
  22. hr {
  23. height: 1px;
  24. border: 0;
  25. color: #ddd;
  26. background-color: #ddd;
  27. }
  28. .app-desc {
  29. clear: both;
  30. margin-left: 20px;
  31. }
  32. .param-name {
  33. width: 100%;
  34. }
  35. .license-info {
  36. margin-left: 20px;
  37. }
  38. .license-url {
  39. margin-left: 20px;
  40. }
  41. .model {
  42. margin: 0 0 0px 20px;
  43. }
  44. .method {
  45. margin-left: 20px;
  46. }
  47. .method-notes {
  48. margin: 10px 0 20px 0;
  49. font-size: 90%;
  50. color: #555;
  51. }
  52. pre {
  53. padding: 10px;
  54. margin-bottom: 2px;
  55. }
  56. .http-method {
  57. text-transform: uppercase;
  58. }
  59. pre.get {
  60. background-color: #0f6ab4;
  61. }
  62. pre.post {
  63. background-color: #10a54a;
  64. }
  65. pre.put {
  66. background-color: #c5862b;
  67. }
  68. pre.delete {
  69. background-color: #a41e22;
  70. }
  71. .huge {
  72. color: #fff;
  73. }
  74. pre.example {
  75. background-color: #f3f3f3;
  76. padding: 10px;
  77. border: 1px solid #ddd;
  78. }
  79. code {
  80. white-space: pre;
  81. }
  82. .nickname {
  83. font-weight: bold;
  84. }
  85. .method-path {
  86. font-size: 1.5em;
  87. background-color: #0f6ab4;
  88. }
  89. .up {
  90. float:right;
  91. }
  92. .parameter {
  93. width: 500px;
  94. }
  95. .param {
  96. width: 500px;
  97. padding: 10px 0 0 20px;
  98. font-weight: bold;
  99. }
  100. .param-desc {
  101. width: 700px;
  102. padding: 0 0 0 20px;
  103. color: #777;
  104. }
  105. .param-type {
  106. font-style: italic;
  107. }
  108. .param-enum-header {
  109. width: 700px;
  110. padding: 0 0 0 60px;
  111. color: #777;
  112. font-weight: bold;
  113. }
  114. .param-enum {
  115. width: 700px;
  116. padding: 0 0 0 80px;
  117. color: #777;
  118. font-style: italic;
  119. }
  120. .field-label {
  121. padding: 0;
  122. margin: 0;
  123. clear: both;
  124. }
  125. .field-items {
  126. padding: 0 0 15px 0;
  127. margin-bottom: 15px;
  128. }
  129. .return-type {
  130. clear: both;
  131. padding-bottom: 10px;
  132. }
  133. .param-header {
  134. font-weight: bold;
  135. }
  136. .method-tags {
  137. text-align: right;
  138. }
  139. .method-tag {
  140. background: none repeat scroll 0% 0% #24A600;
  141. border-radius: 3px;
  142. padding: 2px 10px;
  143. margin: 2px;
  144. color: #FFF;
  145. display: inline-block;
  146. text-decoration: none;
  147. }
  148. </style>
  149. </head>
  150. <body>
  151. <h1>GeoServer REST API</h1>
  152. <div class="app-desc">Version: 1.0.0</div>
  153. <div class="app-desc">BasePath:/geoserver/rest</div>
  154. <div class="license-info">All rights reserved</div>
  155. <div class="license-url">http://apache.org/licenses/LICENSE-2.0.html</div>
  156. <h2>Access</h2>
  157. <h3>Table of Contents</h3>
  158. Core API:
  159. <ul>
  160. <li><a href="coverages/index.html">coverages</a></li>
  161. <li><a href="coveragestores/index.html">coveragestores</a></li>
  162. <li><a href="datastores/index.html">datastores</a></li>
  163. <li><a href="featuretypes/index.html">featuretypes</a></li>
  164. <li><a href="fonts/index.html">fonts</a></li>
  165. <li><a href="layergroups/index.html">layergroups</a></li>
  166. <li><a href="layers/index.html">layers</a></li>
  167. <li><a href="manifests/index.html">manifests</a></li>
  168. <li><a href="metadata/index.html">metadata</a></li>
  169. <li><a href="namespaces/index.html">namespaces</a></li>
  170. <li><a href="owsservices/index.html">owsservices</a></li>
  171. <li><a href="reload/index.html">reload</a></li>
  172. <li><a href="resource/index.html">resource</a></li>
  173. <li><a href="roles/index.html">roles</a></li>
  174. <li><a href="security/index.html">security</a></li>
  175. <li><a href="settings/index.html">settings</a></li>
  176. <li><a href="structuredcoverages/index.html">structuredcoverages</a></li>
  177. <li><a href="styles/index.html">styles</a></li>
  178. <li><a href="system-status/index.html">system-status</a></li>
  179. <li><a href="templates/index.html">templates</a></li>
  180. <li><a href="usergroup/index.html">usergroup</a></li>
  181. <li><a href="wmslayers/index.html">wmslayers</a></li>
  182. <li><a href="wmsstores/index.html">wmsstores</a></li>
  183. <li><a href="wmtslayers/index.html">wmtslayers</a></li>
  184. <li><a href="wmtsstores/index.html">wmtsstores</a></li>
  185. <li><a href="workspaces/index.html">workspaces</a></li>
  186. </ul>
  187. GeoWebCache API:
  188. <ul>
  189. <li><a href="gwcblobstores/index.html">gwcblobstores</a></li>
  190. <li><a href="gwcbounds/index.html">gwcbounds</a></li>
  191. <li><a href="gwcdiskquota/index.html">gwcdiskquota</a></li>
  192. <li><a href="gwcfilterupdate/index.html">gwcfilterupdate</a></li>
  193. <li><a href="gwcglobal/index.html">gwcglobal</a></li>
  194. <li><a href="gwcgridsets/index.html">gwcgridsets</a></li>
  195. <li><a href="gwcindex/index.html">gwcindex</a></li>
  196. <li><a href="gwclayers/index.html">gwclayers</a></li>
  197. <li><a href="gwcmasstruncate/index.html">gwcmasstruncate</a></li>
  198. <li><a href="gwcmemorycachestatistics/index.html">gwcmemorycachestatistics</a></li>
  199. <li><a href="gwcreload/index.html">gwcreload</a></li>
  200. <li><a href="gwcseed/index.html">gwcseed</a></li>
  201. </li>
  202. Importer Extension:
  203. <ul>
  204. <li><a href="importer/index.html">importer</a></li>
  205. <li><a href="importerData/index.html">importerData</a></li>
  206. <li><a href="importerTasks/index.html">importerTasks</a></li>
  207. <li><a href="importerTransforms/index.html">importerTransforms</a></li>
  208. </ul>
  209. GeoServer Extensions:
  210. <ul>
  211. <li><a href="monitoring/index.html">monitoring</a></li>
  212. <li><a href="transforms/index.html">transforms</a></li>
  213. </ul>
  214. GeoServer Community:
  215. <ul>
  216. <li><a href="opensearch-eo/index.html">opensearch-eo</a></li>
  217. <li><a href="params-extractor/index.html">params-extractor</a></li>
  218. </ul>
  219. </body>
  220. </html>