Jump to: navigation, search

Query Snapshots

Method

GET

Syntax

 
/grs/v1/tenant/{tenantId}/package/{packageId}/snapshots

Request Body

N/A

Response Body

 
"snapshots":[   
      {   
        "snapshotId", "dcc4a39b-3442-4408-a907-b85c44663681",
  "name":"Snap 01",
         "comment":"Create prior to QA",
         "createDate":30949200000,
      },
      {   
         "name":"Snap 02",
         "comment":"UAT",
         "createDate":31989200000,
      }
]
}

HTTP Status Codes

  • 200 OK—Response body provided
  • 401 Unauthorized—APIToken not valid
  • 404 Not Found—could not find specified package ID.

Notes

User must have SNAPSHOT_VIEW permission.

This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!