Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Downloading an object states package

Downloading an object states package

Use a GET request to download an object states package.

GET request

To download the object states package, use the following URI:
/public/core/v3/fetchState/<id>/package
The <id> is the fetchState job ID.

GET response

If successful, you receive the ZIP stream in the response body and the response type is application/zip.
If unsuccessful, you might receive a response similar to the following example:
{ "error": { "code": "MigrationSvc_017", "message": "Export request with identifier [6GnKs0tkLHdE6Hpd5nsWD] doesnt exist.", "debugMessage": "Export request with identifier [6GnKs0tkLHdE6Hpd5nsWD] doesnt exist.", "requestId": "0FrZZzXiEoafqCZUPqJsYd" } }

0 COMMENTS

We’d like to hear from you!