diff options
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index b181d12d86..f8aabeed04 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -28,8 +28,7 @@ at :oe_layerindex:`/`. You can find the code for this | |||
28 | layer index's web application at :yocto_git:`/layerindex-web/`. | 28 | layer index's web application at :yocto_git:`/layerindex-web/`. |
29 | 29 | ||
30 | When you tie a layer source into Toaster, it can query the layer source | 30 | When you tie a layer source into Toaster, it can query the layer source |
31 | through a | 31 | through a :wikipedia:`REST <Representational_state_transfer>` |
32 | `REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__ | ||
33 | API, store the information about the layers in the Toaster database, and | 32 | API, store the information about the layers in the Toaster database, and |
34 | then show the information to users. Users are then able to view that | 33 | then show the information to users. Users are then able to view that |
35 | information and build layers from Toaster itself without having to | 34 | information and build layers from Toaster itself without having to |
@@ -369,8 +368,8 @@ Remote Toaster Monitoring | |||
369 | Toaster has an API that allows remote management applications to | 368 | Toaster has an API that allows remote management applications to |
370 | directly query the state of the Toaster server and its builds in a | 369 | directly query the state of the Toaster server and its builds in a |
371 | machine-to-machine manner. This API uses the | 370 | machine-to-machine manner. This API uses the |
372 | `REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__ | 371 | :wikipedia:`REST <Representational_state_transfer>` interface and the |
373 | interface and the transfer of JSON files. For example, you might monitor | 372 | transfer of JSON files. For example, you might monitor |
374 | a build inside a container through well supported known HTTP ports in | 373 | a build inside a container through well supported known HTTP ports in |
375 | order to easily access a Toaster server inside the container. In this | 374 | order to easily access a Toaster server inside the container. In this |
376 | example, when you use this direct JSON API, you avoid having web page | 375 | example, when you use this direct JSON API, you avoid having web page |