sap.sap_operations.me_downloadbasket_info module – Fetch information from SAP software center download basket
Note
This module is part of the sap.sap_operations collection.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install sap.sap_operations
.
To use it in a playbook, specify: sap.sap_operations.me_downloadbasket_info
.
New in sap.sap_operations 1.10.0
Synopsis
Fetch the information from SAP software center download basket
Information is fetched from service https://launchpad.support.sap.com/services/odata/svt/swdcuisrv/DownloadBasketItemSet?sap-language=en
Note
This module has a corresponding action plugin.
Parameters
Parameter |
Comments |
---|---|
password of the username. |
|
username of SAP support portal. Either universal id or suser. |
Notes
Note
This module is community supported
Module interface (parameters, output) expected to be stable but not guaranteed
Module planned to be released on Ansible Automation Hub after collecting some feedback
There is no guarantee that this module will be officially supported by Red Hat
Examples
- name: Get information about SAP support portal download basket
sap.sap_operations.me_downloadbasket_info:
username: "S0000000000"
password: "secret"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
List of dictionaries with information about download basket items Returned: success Sample: |