Partner Solution Production#
Partner Solution Production stores the snapshot of the Partner Solution Draft from the moment it was approved. When published, this version is public-facing and should contain only valid data.
draft_id | ObjectID required
ID of the draft version of this Partner Solution
solution_content | PartnerSolution required
Content of the Solution
published | Boolean read-only
Controls visibility of the Partner Solution Production version
solution_content_hash | String read-only
Checksum of the ‘solution_content’
_id | ObjectID read-only
MongoDB unique _id
org_id | Integer read-only
Red Hat Org ID / account_id from Red Hat SSO. Also corresponds to company_org_id in Red Hat Connect.
creation_date | DateTime read-only
The date when the entry was created. Value is created automatically on creation.
last_update_date | DateTime read-only
The date when the entry was last updated.
PartnerSolutionProduction_published
- Fields
published: ASC
- Description
- This index is used to filter PSPs based on publication status.
PartnerSolutionProduction_draft_id
- Fields
draft_id: ASC
- Description
- This index helps with identification of objects related to specific draft version
PartnerSolutionProduction_solution_content.linked_products.id
- Fields
solution_content.linked_products.id: ASC
- Description
- This index enables faster search for Solutions related to specific product id