PatchManagement API
---
You've already created a Policy, it isn't enabled or hasn't been rolled out yet. You wish to add an extra Bulletin to this.
Another use-case could be merging Policies, consolidate them, move Bulletins from one to another at the end of the year.
---
https://support.symantec.com/us/en/article.doc11543.html#CreateUpdatePolicy
4. CreateUpdatePolicy(System.String,System.String,System.String,System.Boolean)
Creates a Software Update policy. To set additional policy options see SetProperty
Parameters (in order of usage):
Name | Description |
---|---|
name | name of the new policy item |
bulletinGuids | GUID list of bulletins to include |
targetGuids | [optional] GUID list of the Resource Targets for a policy |
enabled | 'true' if policy should be enabled |
Return value: GUID of the created policy
see also: CreateUpdatePolicyViaUpdates
see also: SetProperty
---
Patch Management Workflow Web Service Application Programming Interface (API)
https://support.symantec.com/us/en/article.doc11543.html
DOC11543