Configuration
GraphQL API Parameters
Available inCommunityCloudEnterprise
GRAPHQL_DEFAULT_VERSION
This parameter was introduced in NetBox v4.5.
Default: 1
Designates the default version of the GraphQL API served by /graphql/. To access a specific version, append the version number to the URL, e.g. /graphql/v2/.
GRAPHQL_ENABLED
Dynamic Configuration Parameter
Default: True
Setting this to False will disable the GraphQL API.
GRAPHQL_MAX_ALIASES
Default: 10
The maximum number of queries that a GraphQL API request may contain.
Security & Authentication Parameters
Default: ('file', 'ftp', 'ftps', 'http', 'https', 'irc', 'mailto', 'sftp', 'ssh', 'tel', 'telnet', 'tftp', 'vnc', 'xmpp')
Remote Authentication Settings
The configuration parameters listed here control remote authentication for NetBox. Note that REMOTEAUTHENABLED must be True in order for these settings to ta...