Python
import requests url = "https://{FUSION HOST}/api/blobs/convert" response = requests.put(url) print(response.text)
This response has no body data.
Migrate blob manifests from 3.x to 4.x format.
Was this page helpful?