RulePoint
- RulePoint 6.2
- All Products
PUT http://invrw28cep14:8080/rulepoint/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1 Accept: application/json Content-Type: application/json Cookie: JSESSIONID=<VALID SESSION ID>
{ "repeatInterval": "15000", "scheduleType": "DYNAMIC"}
{ "id": "1", "self": { "rel": "self", "href": "/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1", "id": "1" }, "actions": [ { "rel": "update", "href": "/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1", "type": "PUT" }, { "rel": "delete", "href": "/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1", "type": "DELETE" } ], "scheduleType": "DYNAMIC", "runState": "ACTIVE", "repeatInterval": 15000 }
PUT http://invrw28cep14:8080/rulepoint/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1 Accept: application/xml Content-Type: application/xml Cookie: JSESSIONID=<VALID SESSION ID>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <schedule> <repeatInterval>15000</repeatInterval> <scheduleType>DYNAMIC</scheduleType> </schedule>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <schedule> <actions> <action> <href>/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1</href> <rel>update</rel> <type>PUT</type> </action> <action> <href>/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1</href> <rel>delete</rel> <type>DELETE</type> </action> </actions> <id>1</id> <name/> <self> <href>/api/projects/1/sources/de27147d-22cf-4c62-b7c7-cbc365548717/schedules/1</href> <id>1</id> <rel>self</rel> </self> <repeatInterval>15000</repeatInterval> <runState>ACTIVE</runState> <scheduleType>DYNAMIC</scheduleType> </schedule>