Cluster Manager Commands
nv show cluster apps <app-name> manager Show a list of manager attributes. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/cluster/apps/<app-name>/manager | |
Related Commands | nv show cluster apps <app-name> manager encryption nv show cluster apps <app-name> manager certificates | |
Notes | When cluster is disabled, no apps will be accepted as valid app names. |
nv show cluster apps <app-name> manager encryption Shows encryption mode which is disabled, mTLS, or TLS. | ||
Syntax Description | N/A | |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/encryption | |
Related Commands | nv show cluster apps <app-name> manager certificates | |
Notes | When the cluster is disabled, no apps will be accepted as valid app name |
nv show cluster apps <app-name> manager certificate Shows the certificate ID which the cluster apps <app-name> manager is bounded to. | ||
Syntax Description | app-name | Application name |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/certificate | |
Related Commands | nv show cluster apps <app-name> manager ca-certificate | |
Notes | When the cluster is disabled, no apps will be accepted as valid app name |
nv show cluster apps <app-name> manager ca-certificate Shows the ca certificate ID which the cluster apps <app-name> manager is bounded to. | ||
Syntax Description | pp-name | Application name |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/ca-certificate | |
Related Commands | nv show cluster apps <app-name> manager ca-certificate | |
Notes | When the cluster is disabled, no apps will be accepted as valid app name |
nv action update cluster apps <app-name> manager This action enables the cluster apps <app-name> manager communication. It opens an external port in the device for communication between the cluster app and the cluster manager. | ||
Syntax Description | app-name | Application name |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager | |
Related Commands | nv action update cluster apps <app-name> manager encryption | |
Notes | Dependency that cluster state is enabled. |
nv action update cluster apps <app-name> manager certificate <cert-id> This command binds the certificate in the system to be used by the cluster manager. | ||
Syntax Description | cert-id | Certificate ID |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/certificate | |
Related Commands | nv action update cluster apps <app-name> manager encryption | |
Notes | The operation should be rejected if one of the following occurs:
|
nv action update cluster apps <app-name> manager ca-certificate <cacert-id> This command binds the ca certificate that exists in the system to be used by the cluster apps <app-name> manager. | ||
Syntax Description | cacert-id | CA certificate ID |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/certificate @update {cacert-id: <cacert-id>} | |
Related Commands | nv action update cluster apps <app-name> manager encryption | |
Notes | the <cacert-id> certificate was imported by nv action import system security ca-certificate “ca data” The operation should be rejected, if one of the following occurs:
|
nv action update cluster apps <app-name> manager encryption <disabled | tls | mtls> This command sets which encryption mode will be used when using cluster apps <app-name> manager. | ||
Syntax Description | disabled | The cluster apps <app-name> manager feature will work with no encryption protocol |
tls | The cluster apps <app-name> manager feature will work with TLS protocol | |
mtls | The cluster apps <app-name> manager feature will work with Mutual TLS (mTLS) protocol | |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/encryption | |
Related Commands | nv action update cluster apps <app-name> manager certificate | |
Notes | Requirement when mode is mTLS:
Requirement when mode is TLS:
Requirement when mode is disabled:
|
nv action restore cluster apps <app-name> manager encryption This command is setting encryption mode disabled. | ||
Syntax Description | app-name | Application name |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/encryption | |
Related Commands | nv action update cluster apps <app-name> manager certificate | |
Notes | Command should be rejected when the following occurs:
|
nv action restore cluster apps <app-name> manager This command disables the communication between the NMX app and NMX manager. This action sends a notification to the NMX app to close the port which listens to the NMX manager's requests. | ||
Syntax Description | app-name | Application name |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager | |
Related Commands | nv action restore cluster apps <app-name> manager encryption | |
Notes | The operation should be rejected when the following occurs:
|
nv action restore cluster apps <app-name> manager certificate This command removes the bounded certificate used by the cluster apps <app-name> manager. | ||
Syntax Description | app-name | Application name |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/certificate | |
Related Commands | nv action restore cluster apps <app-name> manager encryption | |
Notes | Command should be rejected when:
|
nv action restore cluster apps <app-name> manager ca-certificate This command removes the CA certificate used by the cluster apps <app-name> manager. | ||
Syntax Description | app-name | Application name |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/cluster/apps/<app-name>/manager/certificate | |
Related Commands | nv action restore cluster apps <app-name> manager encryption | |
Notes | Command should be rejected when the following occurs:
|