Batch Uninstall Opa Gatekeeper In K 8s Based Vim

Batch Uninstall Opa Gatekeeper In K 8s Based Vim

Uninstalls OpaGatekeeper in multiple k8s Vims in Batch

Request
URI
POST
https://{api_host}/telco/api/securityPolicy/opaGatekeeperInstallations/batch/uninstall
COPY
Request Body
Optional
[
    {
        "vimId": "string",
        "installationId": "string"
    }
]
array of object
OpaGatekeeperUninstallationInVimRequestBatch
Optional

OpaGatekeeperUninstallationInVimRequestBatch

Responses
201

No Content

Operation doesn't return any data structure

401
Returns Unauthorized of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

409
Returns Conflict of type(s) application/json
Operation doesn't return any data structure

500
Returns InternalServerError of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/telco/api/securityPolicy/opaGatekeeperInstallations/batch/uninstall