This section represents information needed to deploy Smart 3D Web API in IIS. For detailed information, see Configuring the Web Server.
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"
}