[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Post Deployment

Description

Post deployment hook to configure verticals after deployment.

Request

Request

URL

URL


post
https://{api_host}/napp/api/v1/platform/post-deployment
Copy

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: registerunregister


array of string
service_names Required

Names of services that will be enabled/disabled on Kubenetes cluster

Possible values are: intelligencemalware_preventionplatform

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, network_engineer

Response

Response

204 No Content

no content

Errors

Errors

500

internal error

Code Samples

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
Feedback

Was this page helpful?