Post Deployment

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
{
    "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,
string
action
Required

Register or unregister payload

Possible values are : register, unregister,
Authentication
This operation uses the following authentication methods.
Responses
204

no content

Operation doesn't return any data structure

500

internal error

Operation doesn't return any data structure