05-Nov-2022 07:17
08-Nov-2022 16:22
@Bryan-00 - thanks for the question. I see it has not been addressed/resolved yet?
If you still don't have any traction on it I'll see if I can find someone to help.
09-Nov-2022 08:35
hi @Bryan-00, I haven't used BIG-IQ in this way, but in looking at the documentation, it does appear that you can do a partial deployment by setting deploySpecifiedObjectsOnly to true and then populate objectsToDeployReferences with the objects you want to change. From that doc page:
objectsToDeployReferences | array | false | The list of objects to deploy for a partial deployment. If non-null and non-empty, this is a partial deployment. Otherwise it’s a full deployment. The downstream dependencies of these objects are deployed by default. Setting deploySpecifiedObjectsOnly to true restricts deployment to objects listed in objectsToDeployReferences only, which can cause the deployment to fail if there are missing dependencies. |