You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Example 8** - Get service image tag update status
111
111
112
-
The returned JSON response has the fields indicating the current status of the service image deployment.
112
+
The returned JSON response has the fields indicating the current status of the service image deployment. The service deployment log can be viewed via the link provided in `message` once the deployment is complete.
113
113
114
114
```JSON
115
115
{
@@ -119,7 +119,7 @@ The returned JSON response has the fields indicating the current status of the s
119
119
"tag": "new-version",
120
120
"regressionTestVersion": "1.0.0",
121
121
"status": "successful",
122
-
"message": "Deployment successful",
122
+
"message": "Deployment successful. See details at: https://harmony.uat.earthdata.nasa.gov/deployment-logs/befb50e0-e467-4776-86c8-e7218f1123cc",
0 commit comments