{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/26ac3d17-3e68-3a52-bd26-162688e83359","info":{"title":"Crosswork System Package Manager API","description":"System Package Manager provides API methods for patching system packages on Crosswork. This includes OS packages, K8S, CRI etc.","version":"1.0.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/SYSTEM_PACKAGE/system-package-overview.md"}},"openapi":"3.0.0","servers":[{"url":"/crosswork/platform/v1"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Bearer token for API authentication."}}},"spec":{"type":"object","properties":{"package_identifier":{"type":"object","properties":{"id":{"type":"string","title":"id","description":"System package identifier.","default":"spack"},"version":{"type":"string","title":"version","description":"Version of the system package."}},"required":["id","version"],"title":"Repo system package identifier","example":{"id":"package123","version":"1.0.0"},"$$ref":"#/components/schemas/system_packagePackageIdentifier"},"summary":{"type":"object","properties":{"name":{"type":"string","title":"Immutable Unique package identifier"},"description":{"type":"string","title":"Description of package"}},"title":"Summary - marketing data","example":{"name":"nginx","description":"Web server"},"$$ref":"#/components/schemas/system_packageSummary"},"identifier_Type":{"type":"string","enum":["UNKNOWN_IDENTIFIER_TYPE","COMPOSITE_PACKAGE","OS","CRI","K8S","CROSSWORK","CALICO","ORCHESTRATOR"],"default":"UNKNOWN_IDENTIFIER_TYPE","description":"- COMPOSITE_PACKAGE: Composite package","title":"Identifier type","example":"OS","$$ref":"#/components/schemas/system_packageIdentifierType"},"build_information":{"type":"object","properties":{"date_time":{"type":"string","title":"Date on which image was built in RFC339 format"},"publisher":{"type":"string","title":"Publisher information"}},"title":"Build Information","example":{"date_time":"2023-01-01T00:00:00Z","publisher":"Cisco"},"$$ref":"#/components/schemas/system_packageBuildInformation"},"category":{"type":"string","enum":["UNKNOWN_CATEGORY","SYSTEM_PACKAGE"],"default":"UNKNOWN_CATEGORY","title":"system package Object Category","example":"SYSTEM_PACKAGE","$$ref":"#/components/schemas/system_packageCategory"},"instructions":{"type":"string","title":"Instructions for readme"},"is_apply_job_queued":{"type":"boolean","title":"Indicates whether a job is queued to apply the system package"}},"title":"system_packagePackageData","example":{"package_identifier":{"id":"spack","version":"1.0.0"},"summary":{"name":"nginx","description":"Web server"},"identifier_Type":"OS","category":"SYSTEM_PACKAGE","instructions":"Follow the setup guide.","is_apply_job_queued":true},"$$ref":"#/components/schemas/system_packagePackageData"}}