- Home
- API Enriched
- Riferimento API
- 🗄️ API Object Storage
🗄️ API Object Storage
Distribuzione di librerie versionata per gli integratori di app mobili. Gli URL prefirmati consentono download sicuri con build specifiche per sistema operativo per iOS e Android.
- Categoria: Piattaforma
- Complessità: semplice
- Percorsi: 9 | Schemi: 17
- Livello: Avanzato
- Domini correlati:
marketplace
Casi d’uso
Sezione intitolata “Casi d’uso”- Gestire i servizi di object storage
- Configurare gli oggetti archiviati e i bucket
- Gestire le policy di archiviazione
Risorse primarie
Sezione intitolata “Risorse primarie”- object_store: Object store per la gestione dell’archiviazione blob
- bucket: Bucket di archiviazione per l’object storage
Endpoint
Sezione intitolata “Endpoint”| Metodo | Percorso | Descrizione |
|---|---|---|
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield | GET Lista di Mobile App Shield. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield/{name}/{version} | GET Mobile App Shield. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator | GET Lista di Mobile Integrator. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator/{name}/{version} | GET Mobile Integrator. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type} | GET Lista di oggetti archiviati. |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | DELETE Oggetto/i archiviato/i |
| PUT | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | Crea oggetto archiviato. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | GET Oggetto archiviato. |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | DELETE Oggetto/i archiviato/i |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve | GET Lista di SDK mobile self-service. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve/{name}/{version} | GET SDK mobile self-service. |