- Home
- API Enriched
- Object Storage
- object_store
- GET Mobile App Shield.
GET Mobile App Shield.
const url = 'https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/object_store/namespaces/example/stored_objects/mobile-app-shield/example/example';const options = {method: 'GET', headers: {Authorization: '<Authorization>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/object_store/namespaces/example/stored_objects/mobile-app-shield/example/example \ --header 'Authorization: <Authorization>'GetMobileAppShield is an API to download particular version of mobile app shield.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Namespace x-required Namespace of the stored_object.
Name x-required Name of the stored_object.
Version Version of the stored_object in “v{n}-{YY}-{MM}-{DD}” formatted string, where n is version number and YY/MM/DD is year, month and date.
Query Parameters
Section titled “Query Parameters”X-required Type of the stored_object.
Responses
Section titled “Responses”A successful response.
Response message for GetObject API.
object
Exclusive with [presigned_url string_value] Binary object contents. This will be a base64 encoded string. The client should decode it to see the actual contents of the object.
The optional content format associated with object.
object
Creation date & time for the object
Required: YES.
Optional field, the Description for the object.
object
Version of mobile app shield release.
object
Version of mobile integrator release.
object
Version of mobile SDK release.
Name of the stored object
Required: YES.
Namespace of the stored object
Required: YES.
object
URL of the stored object
Required: YES.
Version of the stored object
Required: YES.
object
Version of mobile SDK release.
object
object
The URL to upload or download the resource.
Exclusive with [bytes_value presigned_url] String formatted contents.
Example
{ "metadata": { "mobile_app_shield": { "os_type": "ANDROID" }, "mobile_integrator": { "os_type": "ANDROID" }, "mobile_sdk": { "os_type": "ANDROID" }, "mobile_sdk_self_serve": { "os_type": "ANDROID" } }, "presigned_url": { "aws": { "method": "ANY" } }}Returned when operation is not authorized.
Examplegenerated
exampleReturned when there is no permission to access resource.
Examplegenerated
exampleReturned when resource is not found.
Examplegenerated
exampleReturned when operation on resource is conflicting with current value.
Examplegenerated
exampleReturned when operation has been rejected as it is happening too frequently.
Examplegenerated
exampleReturned when server encountered an error in processing API.
Examplegenerated
exampleReturned when service is unavailable temporarily.
Examplegenerated
exampleReturned when server timed out processing request.
Examplegenerated
example