Multi-Tenancy - Intergraph Smart 3D Web API - Customization & Programming - Hexagon PPM

Intergraph Smart 3D Web API Programmers Reference

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
12 (2018)

To allow a single Smart 3D web server to support access to multiple plants, the metadata is partitioned. The root (or site) metadata contains the metadata that is defined in the delivered Smart 3D schema. The schema is accessed by:

GET https://MyServer.Domain.com/s3d/v1/$metadata

If the user adds properties to a class in the schema for a model, these new properties are kept in a separate "plant" metadata partition. The plant metadata can be accessed by

GET

https://MyServer.Domain.com/s3d/v1/Sites('MySiteAlias')/Plants('MyPlant')/$metadata