Retrieve the name of a specific policy
get
/schedules/{schedule_name}/
Request
Path Parameters
- schedule_name
-
Type:
stringRequired:trueName of the policy
Response
Supported Media Types
- application/json
200 Response
OK
Body
Root Schema : Schedule
Type:
object- Activate
-
Type:
string - Created
-
Type:
string - Created By
-
Type:
string - Data Service
-
Type:
string - Data Service UUID
-
Type:
string - Data Source
-
Type:
string - Data Source UUID
-
Type:
string - Data Target
-
Type:
string - Data Target UUID
-
Type:
string - Description
-
Type:
string - Email Notification
-
Type:
string - End Date
-
Type:
string - Execution Status
-
Type:
string - input file
-
Type:
string - links
-
Type:
arraylinks - Modified
-
Type:
string - Modified By
-
Type:
string - Monthdate
-
Type:
string - Name
-
Type:
stringRequired:true - output dir
-
Type:
string - Recurrence
-
Type:
string - Scheduled Time
-
Type:
string - Start Date
-
Type:
string - UUID
-
Type:
string - Weekday
-
Type:
string
Nested Schema : Link
Type:
object- href
-
Type:
string(url) - rel
-
Type:
string
Example application/json
{
"Created": "1455265789648",
"Created By": "weblogic",
"Modified": "1455265789648",
"Modified By": "weblogic",
"Execution Status": "RUNNING",
"Scheduled Time": "1455265773809",
"Recurrence": "Once",
"Start Date": "1455265773809",
"End Date": "1455350373809",
"Description": "Publish the ClickStream data Once",
"Data Service": "am_trans_1",
"Data Service UUID": "5dd9521b-deee-49ba-8d65-a9fdb1a34c31",
"Data Source": "Default_Cloud_Storage",
"Data Source UUID": "b7b5c8f4-850e-4953-9ae2-48ba303c500e",
"Data Target": "Default_Cloud_Storage",
"Data Target UUID": "b7b5c8f4-850e-4953-9ae2-48ba303c500e",
"Weekday": "",
"Monthdate": "",
"Activate": "off",
"Email Notification": "0",
"input file": "/",
"output dir": "",
"links": [
{
"href": "http://example.com/appapi/ws/schedule/Policy_3",
"rel": "self"
},
{
"href": "http://example.com/appapi/ws/schedule/Policy_3",
"rel": "canonical"
}
],
"Name": "Policy_3",
"UUID": "cf6fc2d5-a65e-4266-815d-bd4c63f169b0",
"module": "Schedule",
"version": "6.3"
}