Batch Retry Install Opa Gatekeeper In K 8s Based Vim

Batch Retry Install Opa Gatekeeper In K 8s Based Vim

Retries Installation of OpaGatekeeper in multiple k8s Vims in Batch

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

OpaGatekeeperRetryInstallationInVimRequestBatch

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 PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/telco/api/securityPolicy/opaGatekeeperInstallations/batch/retryInstall