scaleuptechnologies.idoit.idoit_cat_net_port_info module – Get values from a net_port category to an object

Note

This module is part of the scaleuptechnologies.idoit collection (version 0.20.0).

To install it, use: ansible-galaxy collection install scaleuptechnologies.idoit.

To use it in a playbook, specify: scaleuptechnologies.idoit.idoit_cat_net_port_info.

Synopsis

  • Gets C__CATG__NETWORK_PORT category values

Parameters

Parameter

Comments

idoit

dictionary / required

i-doit credentials

api_key

string / required

The API Key for i-doit.

api_log

boolean

Return an api log of the i-doit api.

Choices:

  • false ← (default)

  • true

jrpc_url

string / required

The Json RPC Url to i-doit.

password

string / required

The password for the user.

user

string / required

The username to login in i-doit.

obj_id

integer / required

i-doit object id

Examples

name: Search for a category for object 1320
scaleuptechnologies.idoit.idoit_cat_net_port_info:
  idoit: '{{ idoit_access }}'
  obj_id: 1320

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

changed

boolean

Are there changes?

Returned: always

data

complex

Data of the category

Returned: always

Authors

  • Scaleup Technologies

  • Sven Anders (@tabacha)