You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@ Sample User Apps/Modules/Scripts
467
467
468
468
This is the most basic unit that constitutes a service group (virtual service). It requires a URL, a dictionary of arguments as the payload, and an optional timeout seconds:
469
469
470
-
.. code-block:: JSON
470
+
.. code-block:: python
471
471
472
472
{
473
473
"(://)": "http://service1",
@@ -477,7 +477,7 @@ Sample User Apps/Modules/Scripts
477
477
478
478
Or
479
479
480
-
.. code-block:: JSON
480
+
.. code-block:: python
481
481
482
482
{
483
483
"(://)": "http://service2",
@@ -488,7 +488,7 @@ Sample User Apps/Modules/Scripts
488
488
+ "``(://)``" - *Key : Value* - "URL of the service call"
489
489
+ "``(...)``" - *Key : Value* - {A dictionary of arguments (payload) for the service call}
490
490
+ "``(.|.)``" - *Key : Value* - {Merge the results of the previous service as pipeline arguments into this dictionary of arguments}
491
-
+ "``(:/!)``" - *Key : Value* - timeout seconds (optional) How many seconds to wait for the REST service to respond before giving up
491
+
+ "``(:/!)``" - *Key : Value* - timeout seconds (optional) *How many seconds to wait for the REST service to respond before giving up*
492
492
493
493
Each service is an executable/callable unit, let's have a convention to use a rounded rectangle as its graphical symbol.
0 commit comments