System Configuration
Customize your language and time zone settings on Infraon.
The module offers a centralized location for administrators to manage various user experiences and formatting settings for different modules within the Infraon Infinity platform.
Here's a breakdown of the key functionalities:
Language and Time Zone
Admins can define the default language and time zone for the entire platform, ensuring a consistent user experience.
Timeout
Set the duration of user inactivity before automatic session lockout to enhance security and prevent unauthorized access to open sessions.
Module Formatting
This powerful feature allows for customization of how specific data is formatted within various Infraon modules. For example, admins can define prefixes for modules like Tickets, Assets, Requests, etc. These prefixes will be displayed instead of the actual names within the portal, potentially improving organization and clarity for users.
Additionally, formatting options for these modules can be configured, providing granular control over how information is presented.
The following section breaks down the details:
For instance, admins can configure these formatting preferences
Ticket
Prefix
Resolve ticket will close automatically in (1,2,3….) days
Select a filter for aging time calculation (Resolved, Closed)
Asset
Prefix
Request
Prefix
Resolve ticket will close automatically in (1,2,3….) days
Select a filter for aging time calculation (Resolved, Closed)
Change
Prefix
Problems
Select a filter for aging time calculation (Resolved, Closed)
Releases
Prefix
Risks
Prefix
Tasks
Prefix
Knowledge Base
Prefix
Once the changes are made to satisfaction, click “Save” to proceed.
CLI Jobs
The CLI Jobs allow administrators to define the default behavior and restrictions for command-line interface (CLI) jobs. This configuration ensures that access durations, idle timeout, and session frequency are consistent and secure across the platform.
Action Icons | Basic Details
Label
Action
Description/ Example
Idle Session Timeout (Minutes)
Enter a value (dropdown)
Defines how long a CLI session remains active without any interaction.
Example: 15 minutes.
Active Duration Begins
Select from the dropdown.
Sets the starting point for job duration calculation
Options available: From First Access Time and From Approval Time.
Default Job Active Duration (Hours, Minutes)
Enter values (dropdown)
Sets the default time for which a CLI job will remain active.
Default: 0 hours 30 minutes.
Default Job Access Count (0 is unlimited)
Enter a numeric value
Defines how many times a user can access the job. Setting 0
allows unlimited access.
NCCM Module Configurations
These configurations manage upload jobs, CLI job restrictions, and request approval workflows in the NCCM module.
Disable Upload Jobs
It prevents the execution of upload jobs and restricts any device configuration changes through the upload functionality.
Label
Action
Description/ Example
Disable Upload Jobs
Toggle ON/OFF
When enabled, all Upload Jobs are blocked from execution. Used to restrict unapproved config pushes.
Disable CLI Jobs
Blocks users from executing CLI jobs, adding an extra layer of control for sensitive operations.
Label
Action
Description/ Example
Disable CLI Jobs
Toggle ON/OFF
Prevents execution of CLI-based configuration changes through the system interface.
Create Approval Request / Get Approval Request Status / Update Job Result
These three sections work together to integrate NCCM with an external approval system through API calls. You can configure endpoints and expected payloads to initiate approvals, check their status, and update results once they are actioned.
Action Icons | Basic Details
Label
Action
Description/ Example
Approval Method
Select from the dropdown.
Choose how approval requests are handled.
Options include:
· Third Party Integration: Approval is managed via an external system through API.
· Use Infraon Change Request: Uses Infraon's native Change Management module for CAB-based approval.
Select API
Select from the dropdown.
Choose the registered API that handles the approval request or status updates.
Method
Select HTTP method
Supported methods: GET
, POST
, etc., depending on your API design.
Endpoint
Enter the API endpoint.
The complete endpoint path for the selected method.
Example: /api/approval/start
.
Content Type
Select content type
Usually, application/json defines the format of the request payload.
Content for CLI Jobs / Upload Jobs
Enter the payload with macros.
JSON structure with macro variables (e.g., @@@job_name@@@
, @@@approval_status@@@
) passed during the job request.
Expected Response for CLI / Upload Jobs
Enter response format
Define the expected response from the API for a successful status update or result pushback.
Update Approval Status
This section helps the NCCM system update the job’s approval status dynamically once a request is approved, rejected, or pending in the external system.
Label
Action
Description/ Example
Content for Job
Define response body
Typically includes the job name, approval status, and change ID.
Example:
{
"job_name": @@@job_name@@@,
"approval_status": "@@@approval_status@@@",
"change_id" : @@@change_id@@@
}
Last updated
Was this helpful?