Apache CloudStack 4.22.0.0 Root Admin API Reference
registerCniConfiguration
Register a CNI Configuration to be used with CKS cluster
Request parameters
| Parameter Name | Description | Required |
| name | Name of the user data | true |
| account | an optional account for the user data. Must be used with domainId. | false |
| cniconfig | CNI Configuration content to be registered as User data | false |
| domainid | an optional domainId for the user data. If the account parameter is used, domainId must also be used. | false |
| params | comma separated list of variables declared in user data content | false |
| projectid | an optional project for the user data | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |