Skip to content

Commit e4edc2e

Browse files
committed
HARMONY-2030: Updated api docs.
1 parent 6a3087f commit e4edc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/managing-existing-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ curl -XGET -Ln -bj https://harmony.uat.earthdata.nasa.gov/service-deployment/<de
109109
```
110110
**Example 8** - Get service image tag update status
111111

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.
113113

114114
```JSON
115115
{
@@ -119,7 +119,7 @@ The returned JSON response has the fields indicating the current status of the s
119119
"tag": "new-version",
120120
"regressionTestVersion": "1.0.0",
121121
"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",
123123
"createdAt": "2024-03-29T14:56:29.151Z",
124124
"updatedAt": "2024-03-29T14:56:29.273Z"
125125
}

0 commit comments

Comments
 (0)