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

Intergraph Smart 3D Admin 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
13

Enables Web API access for an existing restored site based on the given inputs. For example, the below URL enables access to a Site entity using the details mentioned in the body.

POST

<ServiceRoot>/EnableSite

{

"siteAlias": "TestSiteAlias",

"databaseProvider": "Com.Ingr.S3dAdmin.V1.DatabaseProvider.MSSQL",

"databaseServer": "ProductionServer1",

"siteDatabaseName": "SiteA_SDB"

}

Parameter

Type

Description

siteAlias

String

An alias to be used to refer this site

databaseProvider

Com.Ingr.S3dAdmin.V1.DatabaseProvider

Any value of DatabaseProvider enum type

databaseServer

String

The server name on which the site exists

siteDatabaseName

String

Name of the database for the site being enabled