Forum Discussion

VISHNU1's avatar
VISHNU1
Icon for Nimbostratus rankNimbostratus
Aug 20, 2021

Need help with DO declaration resource provisioning

Hi I am trying to setup a big-ip vCPM guest using DO declation using postman and below is the script I am using.

Script-1

        "myProvisioningltm": {

            "class": "Provision",

            "ltm": "nominal"

        },

        "Provisioningavr": {

            "class": "Provision",

            "avr": "nominal"

        },

        "myProvisioningaasm": {

            "class": "Provision",

            "asm": "nominal"

        }

    }

 

script-2

 

        "myProvisioning": {

            "class": "Provision",

            "ltm": "nominal",

            "avr": "nominal",

            "asm": "nominal"

        },

 

I get a 200 OK response from the device and after the initial reboot device will open provision ltm module as shown below

 

  },

                    "currentProvision": {

                        "afm": "none",

                        "am": "none",

                        "apm": "none",

                        "asm": "none",

                        "avr": "none",

                        "dos": "none",

                        "fps": "none",

                        "gtm": "none",

                        "ilx": "none",

                        "lc": "none",

                        "ltm": "nominal",

                        "swg": "none",

                        "urldb": "none",

                        "class": "Provision"

                    },

is their anything wrong with the script?

1 Reply