Skip to content

transaction.v3.result.changedcrs#

Collection Note

This module is part of the nokia.eda_core_v1 collection. To install the collection, use:

ansible-galaxy collection install nokia.eda_core_v1
Added in version 1.0.1.

Synopsis#

  • Description will be added soon.

Parameters#

Parameter Defaults / Choices Comments
authToken
str
HTTP authentication (Bearer authentication) string in the format of "Bearer TOKEN".
Required unless state is cronly.
baseUrl
str
EDA API URL including the schema and port (if non standard for the provided schema). Example - https://try.eda.demo:9443.
Required unless state is cronly.
caPath
str
A path to the PEM-encoded CA certificate to use for TLS verification.
Required unless state is cronly.
cursor
int
{'When gvk is set': "offset into that category's (filtered) names; omit for first page. Ignored when gvk is not set."}
gvk
str
When set, returns only a single category (combined list for all namespaces) for that GVK. Must be valid JSON for GroupVersionKind with non-empty group, version, and kind (URL-encoded in the request). Omit to return all categories.
limit
int
{'Max names per category per page. When gvk is absent': 'each category returns up to this many names (first page); when gvk is set page size for that category. Omit or 0 return all names (no pagination). Max 1000.'}
search
str
If the query matches the category kind or the UI name of a CRD component from an app manifest, the full category is returned (subject to limit). Otherwise filters by case-insensitive substring on CR name, namespace, or name (namespace) display. When used with limit, pagination applies to the resulting list per category.
state
str
required
Choices: query State of the requested resource object.
tlsSkipVerify
bool
A flag to control the TLS verification of the session.
Required unless state is cronly.
transactionId
int
required
The identifier for the transaction whose changed CRs are being requested.

Authors#