Skip to content

aci_syslog_group - Add support for description to aci_syslog_group module (DCNE-373) #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dwebr opened this issue Apr 19, 2025 · 0 comments · May be fixed by #763
Open

aci_syslog_group - Add support for description to aci_syslog_group module (DCNE-373) #746

dwebr opened this issue Apr 19, 2025 · 0 comments · May be fixed by #763
Labels
enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@dwebr
Copy link

dwebr commented Apr 19, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

  • The aci_syslog_group module should have support for the description field like most of the other modules. The description field is returned via the query state and also is displayed in the previous information results if updating an existing syslog group "syslogGroup". See the JSON return example of a queried syslog group below.
"syslogGroup": {
    "attributes": {
        "annotation": "",
        "childAction": "",
        "descr": "Primary DC Syslog Destination Group",
        "dn": "uni/fabric/slgroup-PD-SYSLOG-DG",
        "extMngdBy": "",
        "format": "aci",
        "includeMilliSeconds": "no",
        "includeTimeZone": "no",
        "lcOwn": "local",
        "modTs": "2024-11-23T11:35:10.222-05:00",
        "monPolDn": "uni/fabric/monfab-default",
        "name": "PD-SYSLOG-DG",
        "nameAlias": "",
        "remoteDestCount": "2",
        "status": "",
        "uid": "xxxxx",
        "userdom": "all"
    },
}

New or Affected Module(s):

  • aci_syslog_group + syslog:Group

APIC version and APIC Platform

  • V 6.0(6c) and on-prem

Collection versions

  • cisco.aci 2.10.1

References

  • #0000
@dwebr dwebr added the enhancement New feature or request label Apr 19, 2025
@akinross akinross added the jira-sync Sync this issue to Jira label Apr 19, 2025
@github-actions github-actions bot changed the title aci_syslog_group - Add support for description to aci_syslog_group module aci_syslog_group - Add support for description to aci_syslog_group module (DCNE-373) Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira-sync Sync this issue to Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants