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