{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center Software Library Governance API", "version": "1.0" }, "items": [ { "info": { "name": "Software Library Governance", "type": "folder" }, "items": [ { "info": { "name": "Disable Software Images", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/software-library/governance/images/disable", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "cloudType", "value": "", "type": "query", "description": "Name of the Cloud" }, { "name": "timeZone", "value": "", "type": "query", "description": "Time Zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disable Software Images" }, { "info": { "name": "Enable Software Images", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/software-library/governance/images/enable", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "cloudType", "value": "", "type": "query", "description": "Name of the Cloud" }, { "name": "timeZone", "value": "", "type": "query", "description": "Time Zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enable Software Images" }, { "info": { "name": "Restrict Software Images to certain regions", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/software-library/governance/images/restrict-regions", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "timeZone", "value": "", "type": "query", "description": "Time Zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restrict Software Images to certain regions" }, { "info": { "name": "Restrict Software Images access to set of Personas", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/software-library/governance/images/restrict-access", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "timeZone", "value": "", "type": "query", "description": "Time Zone" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restrict Software Images access to set of Personas" }, { "info": { "name": "List Software Images (including disabled ones)", "type": "http" }, "http": { "method": "GET", "url": "{server}/software-library/governance/images", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "cloudType", "value": "", "type": "query", "description": "Name of the Cloud" }, { "name": "region", "value": "", "type": "query", "description": "Cloud Region" }, { "name": "timeZone", "value": "", "type": "query", "description": "Time Zone" }, { "name": "softwareImageProviderType", "value": "", "type": "query", "description": "softwareImageProviderType" } ] }, "docs": "List Software Images (including disabled ones)" }, { "info": { "name": "Get Details of Patchable Software Image Version identified by ImageId and VersionId.", "type": "http" }, "http": { "method": "GET", "url": "{server}/software-library/governance/images/patchable", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "image-name", "value": "", "type": "query", "description": "Software Image name" }, { "name": "version-name", "value": "", "type": "query", "description": "Software Image version" } ] }, "docs": "Get Details of Patchable Software Image Version identified by ImageId and VersionId." } ] } ], "bundled": true }