Device Verification Process
The work order process runs the device discovery process. When you install the device and the green light is on, it automatically discovered on the network. A device verification is done and the device is tied to the premises.
FSAN: Device Serial number
Instructions:
How do I verify the device is on the network and the work order process can proceed to configuring the device?
1. Prerequisites:
- The installed FSAN code is available.
- The device is discoverable on the network.
2. Steps to Follow
- Verify Work Order Status
- Ensure that the Work Order is in the status "Installation In Progress".
- Perform Device Check
- Use the API endpoint to check the device status:
- Endpoint: POST
/devices/{serial_number}/check
- Endpoint: POST
- Action: Replace {serial_number} with the actual serial number of the device and execute the check.
- Use the API endpoint to check the device status:
- Set Device to Premises
- If the device is on the network and ready for provisioning, proceed to set the device to the premises:
- Endpoint: PUT
/premises/{premise_Id}
- Endpoint: PUT
- Action: Replace {premiseId} with the actual premise ID and set the asset_reference as required.
- If the device is on the network and ready for provisioning, proceed to set the device to the premises:
- Progress Work Order Status
- Progress the work order to the next status "Pending Ont Discovery".
- System Processing
- Allow the AEx System to take over and process the work order through its steps.
- Handle Auto Configuration Failure
- If the status changes to "Auto Configuration Failed", retry by moving the work order back to "Pending Ont Discovery".
- Investigate Persistent Failures
- If the autoconfiguration fails again, a detailed investigation is required to diagnose and resolve the provisioning issues.