Skip to content
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

Syncing API #444

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8220,7 +8220,7 @@
"Purge": {
"properties": {
"finished_before": {
"default": "2024-12-02",
"default": "2024-12-15",
"description": "Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]'",
"format": "date-time",
"type": "string"
Expand Down
14 changes: 14 additions & 0 deletions packages/common/config/apis/hcc-insights/inventory/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,20 @@
"rhsm": {
"description": "Object for subscription-manager details",
"properties": {
"environment_ids": {
"description": "Environments (\"content templates\") the system is subscribed to.",
"example": [
"262e621d10ae4475ab5732b39a9160b2"
],
"items": {
"description": "An environment ID.",
"example": "262e621d10ae4475ab5732b39a9160b2, 01fd642e02de4e6da2da6172081a971e",
"maxLength": 256,
"pattern": "^.*$",
"type": "string"
},
"type": "array"
},
"version": {
"description": "System release set by subscription-manager",
"example": "8.1, 7.5, 9.9",
Expand Down
1 change: 0 additions & 1 deletion packages/common/config/apis/hcc-insights/rbac/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@
}
},
"required": [
"target_account",
"target_org",
"start_date",
"end_date",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3720,7 +3720,7 @@
},
"info": {
"title": "Vulnerability Engine Manager",
"version": "2.42.29"
"version": "2.42.39"
},
"openapi": "3.0.0",
"paths": {
Expand Down
Loading