Post Deployment
Post deployment hook to configure verticals after deployment.
Request
URI
POST
https://{api_host}/napp/api/v1/platform/post-deployment
COPY
Request Body
Defines which Services to register or unregister
PostDeploymentHookRequest of type(s) application/json
Required
Show optional properties
{
"service_names": [
{}
],
"action": "string"
}
{
"service_names": [
"string"
],
"action": "string"
}
array of string
service_names
Required
Names of services that will be enabled/disabled on Kubenetes cluster
Possible values are : intelligence, malware_prevention, platform, ndr,
string
action
Required
Register or unregister payload
Possible values are : register, unregister,
Responses
204
no content
Operation doesn't return any data structure
500
internal error
Operation doesn't return any data structure
Deprecated
Availability
Deprecated in 4.2
Clusterapi Operations
GET
Get Full Sub Features
Deprecated
GET
Get Reputation Config
Deprecated
GET
Get Service Feature Health
Deprecated
GET
List All Features
Deprecated
POST
Post Deployment
Deprecated