| getnsconfigviewResult Structure Definition |
The getnsconfigviewResult structure defines the return type for getnsconfigview API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsconfigviewList |
List of nsconfigviews |
| nsconfigview Structure Definition |
The nsconfigview structure defines the actual return type values for getnsconfigview API. |
Syntax |
Members |
state |
State is a session-level setting that controls the configuration shown to the user. Based on the selected option user will be able to see only the configuration created through Classic Interface (CLI/API) or Only Configurations created through Next-Gen API, Or both Classic & Next-Gen API interfaces.
Configurations created by Nextgenapi are read-only and can only be modified via Next-Gen API REST endpoints. Configurations created by classic interfaces (CLI, NITRO) are editable for CLASSIC or ALL views. Possible values:
- CLASSIC: Config view is limited to the configuration entities created through classic interfaces
(CLI, NITRO). This is the default behaviour.
- NEXTGENAPI: Config view is limited to the configuration entities created through Next-Gen API Interface.
- ALL: Configurations created by both Classic and Next-Gen API interfaces are visible. |
_nextgenapiresource |
See Also |