Update Opa Gatekeeper Installation In K 8s Based Vim

Update Opa Gatekeeper Installation In K 8s Based Vim

Update an existing OpaGatekeeperInstallationInK8sBasedVim

Request
URI
PUT
https://{api_host}/telco/api/securityPolicy/opaGatekeeperInstallations/{installationId}
COPY
Path Parameters
string
installationId
Required

The id of the OpaGatekeeperInstallationInVim


Request Body
OpaGatekeeperInstallationInVimRequest of type(s) application/json
Optional
"OpaGatekeeperInstallationInVimRequest Object"
string
vimId
Required

The subject VIM identifier.

object
opaGatekeeperInstallationDetails
Optional

The opa Gatekeeper InstallationDetails

Responses
200

The updated OpaGatekeeperInstallationInVim

Returns OpaGatekeeperInstallationInVimResponse of type(s) application/json
"OpaGatekeeperInstallationInVimResponse Object"
string
installationId
Required

Unique Identifier of Opa Gatekeeper Installation in k8s based Vim

string
vimId
Required

The subject VIM identifier.

string
gatekeeperVersion
Optional

The version of opa gatekeeper

string
values
Optional

The values object having customization specific to the k8s vim

object
status
Required

status

number As int64 As int64
generation
Required

The kind of the resource which has violation

string
username
Required

The username who last modified or created this OpaGatekeeperInstallation.

string As date-time As date-time
updatedAt
Required

The last time when OpaGatekeeperInstallation was updated.

array of object
deployedResources
Optional

deployedResources


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/{installationId}