Retrieve the name of a specific policy

get

/schedules/{schedule_name}/

Request

Path Parameters
schedule_name
Type: string
Required: true
Name of the policy

Response

Supported Media Types
  • application/json
200 Response
OK
Body
Root Schema : Schedule
Type: object
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"
 }