Presentation is loading. Please wait.

Presentation is loading. Please wait.

! { "action": { "type": "http", "request": { "uri": "http://my.cloudapp.net:8000/ItemService/GetTweets", "method": "GET",

Similar presentations


Presentation on theme: "! { "action": { "type": "http", "request": { "uri": "http://my.cloudapp.net:8000/ItemService/GetTweets", "method": "GET","— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16 !

17 { "action": { "type": "http", "request": { "uri": "http://my.cloudapp.net:8000/ItemService/GetTweets", "method": "GET", "headers": { "Content-Type": "text/plain", "x-myapp-auth": " " }, // Call Contoso error endpoint if the main action has an error "errorAction": { "type": "http", "request": { "uri": "http://contoso.com/error", "method": "POST", "body": "Scheduler error", "header": { "Content-Type": "application/json" } }, "retryPolicy": { "retryType": "fixed", "retryInterval": "PT1H", "retryCount": 5 }, "state": "enabled", // Starting Friday occur on the last Friday of every month this year at 8:30am and 5:30pm "startTime": "2014-01-30T12:08:00-08:00", "recurrence": { "frequency": "month", "unit": 1, "endTime": "2014-12-31T23:00:00", "schedule": { "minute": 30, "hour": [8,17], "weekday": [ {"day": "friday", "monthlyOccurrence": -1} ] } }, }

18 { "action": { "type": "http", "request": { "uri": "http://bing.com", "method": "GET", "headers": {} }

19

20

21

22

23

24

25

26

27


Download ppt "! { "action": { "type": "http", "request": { "uri": "http://my.cloudapp.net:8000/ItemService/GetTweets", "method": "GET","

Similar presentations


Ads by Google