Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed May 10, 2019
1 parent 5583abe commit 1bfbdf7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 7 deletions.
8 changes: 5 additions & 3 deletions docs/api_docs/general_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ This payload is returned when JSON payload could not be read as JSON:

.. code:: json
{"code":400,
"message":"SIE03-1398350628224 Bad request data: could not read JSON payload. Please review the following error and try again",
"errorDetails":["org.sentilo.common.exception.MessageNotReadableException: Unexpected character ('o' (code 111)): ....."]}
{
"code":400,
"message":"SIE03-1398350628224 Bad request data: could not read JSON payload. Please review the following error and try again",
"errorDetails": ["org.sentilo.common.exception.MessageNotReadableException: Unexpected character ('o' (code 111)): ....."]
}
2 changes: 1 addition & 1 deletion docs/api_docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Securing API requests
---------------------

The platform will validate any request received by the system following
the terminology AAA (*Authentication,*\ Authorization, \*Accounting):
the terminology AAA (*Authentication, Authorization, Accounting*):

- **Authentication**: Identifying who is doing the request.
- **Authorization**: Validating that the action requested on the
Expand Down
15 changes: 12 additions & 3 deletions docs/api_docs/services/catalog/retrieve_authorized_entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,18 @@ Each list element **(sensor)** will have the following structure.
+-----------------------+-----------------------+-----------------------+
| description | sensor description | Yes |
+-----------------------+-----------------------+-----------------------+
| dataType | Data sensor type | No |
| | (NUMBER, BOOLEAN or | |
| | TEXT) | |
| dataType | Data sensor type: | No |
| | | |
| | - AUIDO_LINK | |
| | - BOOLEAN | |
| | - FILE_LINK | |
| | - IMAGE_LINK | |
| | - JSON | |
| | - LINK | |
| | - NUMBER | |
| | - TEXT | |
| | - VIDEO_LINK | |
| | | |
+-----------------------+-----------------------+-----------------------+
| location | Location where de | Yes |
| | sensor is | |
Expand Down
26 changes: 26 additions & 0 deletions docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,29 @@ Then, following nodes should appear in the nodes palette:
Now, you should be able to use Sentilo from Node-RED:

.. image:: _static/images/integrations/sentilo-nodered2.png


AWS S3
------

The `AWS S3 <https://aws.amazon.com/s3/>`__ can be used together with Sentilo, if your solution needs
to upload files such as audio snippets, images or files in general.



In this case,




.. note::

Sentilo is is currently using path-style API requests.


.. note::

Sentilo is probably compatible with a variety of S3-like platforms on the market that implement the S3 interface.


`see more <./services/subscription/subscription.html>`__

0 comments on commit 1bfbdf7

Please sign in to comment.