ipbhat.sample.infn_mapper (1.0.0) — module

Map the TL1 message parameters to user friendly ones

Authors: Anand Krishna Rallabhandi (anand-krishna)

preview | supported by network

Install collection

Install with ansible-galaxy collection install ipbhat.sample:==1.0.0


Add to requirements.yml

  collections:
    - name: ipbhat.sample
      version: 1.0.0

Description

This module maps the TL1 message parameters in the response received from the NE to the ones as stated in the mapper(generally, user friendly ones)

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- hosts: ne
  connection: local
  tasks:
    - name: Retrieve RADIUS Servers
      infn_mapper:
        mapper: "{{ mapper }}"
        tl1_response: "{{ response }}"

Inputs

    
mapper:
    description:
    - Mapping between TL1 parameters and user friendly names
    required: true
    type: dict

tl1_response:
    description:
    - The TL1 response received from the NE, that is parsed into a JSON
    required: true
    type: dict