[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Post Deployment
DescriptionPost deployment hook to configure verticals after deployment.
Request
URLURL
https://{api_host}/napp/api/v1/platform/post-deployment
Request Body
Request Body
PostDeploymentHookRequest
of mimetype application/json
Required
Defines which Services to register or unregister
{
"action": "register",
"service_names": [
"intelligence"
]
}
string
action
Required
Register or unregister payload
Possible values are: register , unregister
array of
string
service_names
Required
Names of services that will be enabled/disabled on Kubenetes cluster
Possible values are: intelligence , malware_prevention , platform
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, network_engineer
Errors
Errors
500
internal error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"action":"register","service_names":["intelligence"]}' https://{api_host}/napp/api/v1/platform/post-deployment
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform