Home > Configuration > NS > convertnsconfig

convertnsconfig

Use this method to converts CLI methods specified in a config file into NITRO object Graph.

Syntax



Parameters

configfile

Full path of config file to be converted to nitro.
This is mandatory parameter.

responsefile

Full path of file to store the nitro graph. If not specified, nitro graph is returned as part of the API response.

async

Using this option will run the operation in async mode and return the job id. The job ID can be used later to track the conversion progress via show ns job Command. This option is mostly useful for API to avoid timeouts for large input configuration

outtype

Response format

Return Value

Returns simpleResult

See Also