transaction_diff#
Collection Note
This module is part of the nokia.eda_utils_v1 collection. To install the collection, use:
Added in version1.0.0. Synopsis#
- Display the node(s) and/or resource(s) config diff in the given transaction.
Parameters#
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| authToken str required | HTTP authentication (Bearer authentication) string in the format of "Bearer TOKEN". | |
| baseUrl str required | EDA API URL including the schema and port (if non standard for the provided schema). Example - https://try.eda.demo:9443. | |
| caPath str required | A path to the PEM-encoded CA certificate to use for TLS verification. | |
| nodes list / elements=dict | List of the nodes to retrieve configuration diffs for. | |
| nodes.name | The name of the node. Use "" to select all node names. | |
| nodes.namespace | The namespace the node is in. Use "" to select all namespaces. | |
| resources list / elements=dict | List of the resources to retrieve diffs for. | |
| resources.gvk | GroupVersionKind of the resource in the format {{resource kind}}.{{resource version}}.{{resource group}}. Use "" to select all gvks. | |
| resources.name | The name of the resource. Use "" to select all names. | |
| resources.namespace | The namespace the resource is in. Use "*" to select all namespaces. | |
| tlsSkipVerify bool required | A flag to control the TLS verification of the session. | |
| transactionId int required | The identifier for the transaction whose resource diff is being requested |
Authors#
- Roman Dodin (@hellt)