Service Operations Insight

 View Only
  • 1.  Schedule maintenance using API

    Posted Jul 30, 2018 09:29 AM

    Hello, 

     

    I'm trying to crate a scheduled maintenance and then attach it to CIs using API.

    can anyone help with some examples ? 

     

    I found this example create a schedule:


    "timeZone" : "...",
    "startDate" : 12345,
    "type" : "MAINTENANCE",
    "description" : "...",
    "recurrence" : {
    "scheduleEndDate" : 12345
    },
    "duration" : 12345,
    "startTime" : 12345
    }

     

    But i don't know what values to put in every field (for example, timeZone), and i can't find the right documentation. 

     

    Thanks

    Amit,



  • 2.  Re: Schedule maintenance using API

    Broadcom Employee
    Posted Aug 01, 2018 07:54 AM

    Hello Amit, can you please give some more details about the API. Are you using REST for it ?

     

    Kind regards,

    Britta Hoffner

    CA Support



  • 3.  Re: Schedule maintenance using API

    Broadcom Employee
    Posted Aug 06, 2018 09:54 AM

    Hello Amit, can you please give us feedback or is this not longer relevant for you ?

     

    Thanks and kind regards,

    Britta Hoffner

    CA Support



  • 4.  Re: Schedule maintenance using API

    Posted Aug 07, 2018 02:21 AM

    Hello Britta, 

     

    Thank you,

    I already found a different solution. 

     

    Best Regards,

    Amit.