Get Carrier Storage Data
'Get Carrier Storage Data' is an action that allows you to retrieve information from the DG carrier storage system by specifying an entity id. The entity id is a unique identifier that corresponds to a specific data set. The action returns a JSON object that contains the carrier storage data.
Inputs
Name | Type | Description |
---|---|---|
DG API Key | SensitiveString | DG API Key |
DG API Secret | SensitiveString | DG API Secret |
Region | String | eu OR us |
Entity ID | String | Carrier Storage Entity ID |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success - true if data found for specified Entity ID |
Data | Object | Data Object |
Updated 12 months ago