Juniper Networks vendor logo

Vendor

Juniper Networks

Product

Paragon EMS Device Model

Method

REST

Category

Data Center

Network Services

Project Type

Adapter


View Repository
Adapter

Adapter for Integration to Paragon EMS Device Model

Overview

This adapter is used to integrate the Itential Automation Platform (IAP) with the Paragon_ems_device_model System. The API that was used to build the adapter for Paragon_ems_device_model is usually available in the report directory of this adapter. The adapter utilizes the Paragon_ems_device_model API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.

Details

The Paragon EMS Device Model adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Paragon EMS Device Model. With this adapter you have the ability to perform operations on items such as:

  • Device Model Service

For further technical details on how to install and use this adapter, please click the Technical Documentation tab.

Paragon EMS Device Model

Table of Contents

Specific Adapter Information

Authentication

This document will go through the steps for authenticating the Paragon EMS Device Model adapter with Multi Step Authentication. Properly configuring the properties for an adapter in IAP is critical for getting the adapter online. You can read more about adapter authentication HERE.

Multi Step Authentication

The Paragon EMS Device Model adapter requires Multi Step Authentication. If you change authentication methods, you should change this section accordingly and merge it back into the adapter repository.

STEPS

  1. Ensure you have access to a Paragon server and that it is running
  2. Follow the steps in the README.md to import the adapter into IAP if you have not already done so
  3. Use the properties below for the properties.authentication field
    "authentication": {
    "auth_method": "multi_step_authentication",
    "token_timeout": 1800000,
    "token_cache": "local",
    "invalid_token_error": 401,
    "auth_field": "header.headers.x-iam-token",
    "auth_field_format": "{tokenp2}",
    "auth_logging": false,
    "multiStepAuthCalls": [
     {
       "name": "getFirstToken",
       "requestFields": {
         "user": {
           "domain": "",
           "name": ""
         },
         "password": "",
         "methods": [
           "PASSWORD"
         ]
       },
       "responseFields": {
         "firstIdToken": "id_token",
         "scopeId": "scopes.0.id"
       },
       "successfullResponseCode": 200
     },
     {
       "name": "getSecondToken",
       "requestFields": {
         "token": "{getFirstToken.responseFields.firstIdToken}",
         "scopeId": "{getFirstToken.responseFields.scopeId}",
         "methods": [
           "TOKEN"
         ]
       },
       "responseFields": {
         "tokenp2": "id_token"
       },
       "successfullResponseCode": 200
     }
    ]
    }

    you can leave all of the other properties in the authentication section, they will not be used when the auth_method is multi_step_authentication.

  4. Restart the adapter. If your properties were set correctly, the adapter should go online.

Troubleshooting

  • Make sure you copied over the correct credentials.
  • Turn on debug level logs for the adapter in IAP Admin Essentials.
  • Turn on auth_logging for the adapter in IAP Admin Essentials (adapter properties).
  • Investigate the logs - in particular:
    • The FULL REQUEST log to make sure the proper headers are being sent with the request.
    • The FULL BODY log to make sure the payload is accurate.
    • The CALL RETURN log to see what the other system is telling us.
  • Credentials should be masked by the adapter so make sure you verify the username and password - including that there are erroneous spaces at the front or end.
  • Remember when you are done to turn auth_logging off as you do not want to log credentials.

Sample Properties

Sample Properties can be used to help you configure the adapter in the Itential Automation Platform. You will need to update connectivity information such as the host, port, protocol and credentials.

  "properties": {
    "host": "localhost",
    "port": 443,
    "choosepath": "",
    "base_path": "/devicemodel",
    "version": "",
    "cache_location": "none",
    "encode_pathvars": true,
    "encode_queryvars": true,
    "save_metric": false,
    "stub": true,
    "protocol": "https",
    "authentication": {
      "auth_method": "multi_step_authentication",
      "username": "admin",
      "password": "pass",
      "token": "token",
      "token_timeout": 1800000,
      "token_cache": "local",
      "invalid_token_error": 401,
      "auth_field": "header.headers.x-iam-token",
      "auth_field_format": "{tokenp2}",
      "auth_logging": false,
      "client_id": "",
      "client_secret": "",
      "grant_type": "",
      "sensitive": [],
      "sso": {
        "protocol": "",
        "host": "",
        "port": 0
      },
      "multiStepAuthCalls": [
        {
          "name": "getFirstToken",
          "requestFields": {
            "user": {
              "domain": "",
              "name": ""
            },
            "password": "",
            "methods": [
              "PASSWORD"
            ]
          },
          "responseFields": {
            "firstIdToken": "id_token",
            "scopeId": "scopes.0.id"
          },
          "successfullResponseCode": 200
        },
        {
          "name": "getSecondToken",
          "requestFields": {
            "token": "{getFirstToken.responseFields.firstIdToken}",
            "scopeId": "{getFirstToken.responseFields.scopeId}",
            "methods": [
              "TOKEN"
            ]
          },
          "responseFields": {
            "tokenp2": "id_token"
          },
          "successfullResponseCode": 200
        }
      ]
    },
    "healthcheck": {
      "type": "none",
      "frequency": 60000,
      "query_object": {},
      "addlHeaders": {}
    },
    "throttle": {
      "throttle_enabled": false,
      "number_pronghorns": 1,
      "sync_async": "sync",
      "max_in_queue": 1000,
      "concurrent_max": 1,
      "expire_timeout": 0,
      "avg_runtime": 200,
      "priorities": [
        {
          "value": 0,
          "percent": 100
        }
      ]
    },
    "request": {
      "number_redirects": 0,
      "number_retries": 3,
      "limit_retry_error": [
        0
      ],
      "failover_codes": [],
      "attempt_timeout": 5000,
      "global_request": {
        "payload": {},
        "uriOptions": {},
        "addlHeaders": {},
        "authData": {}
      },
      "healthcheck_on_timeout": true,
      "return_raw": false,
      "archiving": false,
      "return_request": false
    },
    "proxy": {
      "enabled": false,
      "host": "",
      "port": 1,
      "protocol": "http",
      "username": "",
      "password": ""
    },
    "ssl": {
      "ecdhCurve": "",
      "enabled": false,
      "accept_invalid_cert": false,
      "ca_file": "",
      "key_file": "",
      "cert_file": "",
      "secure_protocol": "",
      "ciphers": ""
    },
    "mongo": {
      "host": "",
      "port": 0,
      "database": "",
      "username": "",
      "password": "",
      "replSet": "",
      "db_ssl": {
        "enabled": false,
        "accept_invalid_cert": false,
        "ca_file": "",
        "key_file": "",
        "cert_file": ""
      }
    },
    "devicebroker": {
      "enabled": true,
      "getDevice": [
        {
          "path": "/device/{id}",
          "method": "GET",
          "query": {},
          "body": {},
          "headers": {},
          "handleFailure": "ignore",
          "requestFields": {
            "id": "{uuid}"
          },
          "responseDatakey": "device",
          "responseFields": {
            "name": "{name}",
            "ostype": "{system_info.os_name}",
            "ostypePrefix": "",
            "ipaddress": "{aux_system_info.ipv4_address}",
            "port": "{netconf_info.port}",
            "uuid": "{uuid}"
          }
        }
      ],
      "getDevicesFiltered": [
        {
          "path": "/device",
          "method": "GET",
          "pagination": {
            "offsetVar": "",
            "limitVar": "",
            "incrementBy": "limit",
            "requestLocation": "query"
          },
          "query": {},
          "body": {},
          "headers": {},
          "handleFailure": "ignore",
          "requestFields": {},
          "responseDatakey": "device",
          "responseFields": {
            "name": "{name}",
            "ostype": "{system_info.os_name}",
            "ostypePrefix": "",
            "ipaddress": "{aux_system_info.ipv4_address}",
            "port": "{netconf_info.port}",
            "uuid": "{uuid}"
          }
        }
      ],
      "isAlive": [
        {
          "path": "/device-view/{id}",
          "method": "GET",
          "query": {},
          "body": {},
          "headers": {},
          "handleFailure": "ignore",
          "requestFields": {
            "id": "{uuid}"
          },
          "responseDatakey": "device-view",
          "responseFields": {
            "status": "{login_connection_state}",
            "statusValue": "UP"
          }
        }
      ],
      "getConfig": [
        {
          "path": "/device/{id}",
          "method": "GET",
          "query": {},
          "body": {},
          "headers": {},
          "handleFailure": "ignore",
          "requestFields": {
            "id": "{uuid}"
          },
          "responseDatakey": "device",
          "responseFields": {}
        }
      ],
      "getCount": [
        {
          "path": "/device",
          "method": "GET",
          "query": {},
          "body": {},
          "headers": {},
          "handleFailure": "ignore",
          "requestFields": {},
          "responseDatakey": "device",
          "responseFields": {}
        }
      ]
    },
    "cache": {
      "enabled": false,
      "entities": [
        {
          "entityType": "",
          "frequency": 1440,
          "flushOnFail": false,
          "limit": 1000,
          "retryAttempts": 5,
          "sort": true,
          "populate": [
            {
              "path": "/device",
              "method": "GET",
              "pagination": {
                "offsetVar": "",
                "limitVar": "",
                "incrementBy": "limit",
                "requestLocation": "query"
              },
              "query": {},
              "body": {},
              "headers": {},
              "handleFailure": "ignore",
              "requestFields": {},
              "responseDatakey": "device",
              "responseFields": {
                "name": "{name}",
                "ostype": "{system_info.os_name}",
                "ostypePrefix": "",
                "ipaddress": "{aux_system_info.ipv4_address}",
                "port": "{netconf_info.port}",
                "uuid": "{uuid}"
              }
            }
          ],
          "cachedTasks": [
            {
              "name": "",
              "filterField": "",
              "filterLoc": ""
            }
          ]
        }
      ]
    }
  }

Swagger

Generic Adapter Information