app-configuration_manager

On this page:

createConfigParser

Summary

Create a config parser.

Description

Create rules for a parser for breaking down configs in GC.

Route

POST /configuration_manager/configurations/parser

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
name string yes Name of the config parser.
lexRules array yes Lex rules that define the configuration model.
template enum yes Allowed values are: [ cisco-ios, f5-bigip ] - Name of the config parser.

Return

DetailsExampleSchema
Name Type Description
data object -