Update proactive value based on the current proactive value calculated from the combination of work order type and primary incident type. Before you can access the production APIs, you need to complete the production onboarding process. Note, the production URI will be https://apis.enable.net.nz/address/v1. The API exposes 2 endpoints secured with apiKey authentication.
2 endpointsThe Address Lookup Api is used to find unique Enable address identifiers (FSL Fibre Service Location) and associated information. The Api has two endpoints which are: - addresses - which is used to return a list of addresses - addresses/id - which is used to get detailed information about the address. Before you can access the production Apis, you need to complete the production onboarding process. The API exposes 3 endpoints secured with apiKey authentication.
3 endpointsThis is Enables Authentication API which generates access tokens with credentials from Enables Identity and Acceess Management platform. These tokens then provide access to Enable other API offerings. </br></br>To read a walkthrough of how to use the API, <a href='https://api-developer.enable.net.nz/hc/en-nz/articles/32166117952409-How-to-use-the-API'>click here.</a>. The API exposes 2 endpoints secured with basic authentication.
2 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.