Web Server Configuration - Intergraph Smart 3D Web API - Installation & Upgrade - Hexagon PPM

Intergraph Smart 3D Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Search by Category
Installation & Upgrade
Smart 3D Version
12 (2018)

This section represents information needed to deploy the API in IIS. For example:

WebServer:

"MachineName": MyServer.domain.com

"IisConfigurationSettings":

{

"WebSiteName": "Smart 3D Web API",

"HttpPort": "80",

"IsHttpsEnabled": false,

"HttpsPort": 443,

"CertificateSubject": null,

"ApplicationName": "/WebApi",

"ApplicationPool": "DefaultAppPool"

},

"SamRegistrationSettings":

{

"ServiceManagerUrl": "https://sam.domain.com/sam/management/v1/",

"SamCredentials":

{

"UseIntegratedWindowsAuthentication": false,

"ProvidedUser": "sysadmin",

"Password": "XXXXXXXX"

}

},

"WebServiceRegistration":

{

"BaseUri": "https://MyServer.domain.com/WebApi/",

"RegisterNewService": false,

"Prefix": "s3d/v1",

"Secret": "XXXXXXXX",

"ServiceId": "XXXXXXXX"

}

For detailed information, see Configure the web server.