Defining Service Support Days | Writing about tech and anything else I find interesting

Defining Service Support Days

I was over on the VMware Communities tonight, as I often am when I need to settle my mind (don’t ask, I have problems) when the following post popped up.

Question

You’d think that this would be straightforward, but it turns out that when you do this via the GUI that the only field is for “Hours” and it automagically selects the day that you’ve created (or updated) the Service.

That got me more than a little curious, so I took a look at the JSON defining a Service.

JSONYep, so it seems that “Hours” does contain dates, so I got to wondering if it was changeable. I got the format right and was able to use a PUT to update the details so that it displayed the correct values, but until 6.1 the API isn’t easily accessible for everyone – enter vCO. There is a workflow in the vCAC plugin called “Create a Service”. Open it up.

Note: I’m assuming you’ve registered vCO with vCAC.

[two_thirds]First port of call is to select your vCAC Appliance.

Give your Service a name, and a decent (meaningful) description. Chances are since you’re creating the Service you want it to be Active, so leave this as is.[/two_thirds][one_third_last][/one_third_last]

[bra_divider height=’40’]

[two_thirds]This is the important part – despite what the prompt says it’s not a case of “only the time is important”. Select the days that you want displayed for service availability.[/two_thirds][one_third_last][/one_third_last]

[bra_divider height=’40’]

[two_thirds]Define a Service Owner (group or user).[/two_thirds][one_third_last][/one_third_last]

[bra_divider height=’40’]

[two_thirds]Provide Support Team details (also group or user). [/two_thirds][one_third_last][/one_third_last]

[bra_divider height=’40’]

[two_thirds]Finally, define a change window.[/two_thirds][one_third_last][/one_third_last]

[bra_divider height=’40’]

[two_thirds]I’ll skip the process of how to make sure the Service is Entitled, and get straight to the goodness that is the result.[/two_thirds][one_third_last]Result[/one_third_last]

[bra_divider height=’40’]

Hopefully this process is a little more straightforward soon!