...
If you are unsure which versions are supported, you can use this command to get a list of the supported versions:
...
Run this command to create the instance.:
Code Block | ||
---|---|---|
| ||
curl -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Content-Type: application/json" https://$DATA_FUSION_API_NAME/v1beta1/projects/$PROJECT/locations/$LOCATION/instances?instanceId=$INSTANCE_ID -X POST -d "{'description': 'CDF instance created through REST.', 'type': '$INSTANCE_TYPE', 'version':'$VERSION'}" |
...