EnvironmentSettings
Configuration settings for environment URL paths that define how different API protocols are accessed through the gateway.
type EnvironmentSettings {
restPath: String
soapPath: String
soap12Path: String
odataPath: String
graphQLPath: String
}
Fields
EnvironmentSettings.restPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a REST endpoint through the API Gateway.
EnvironmentSettings.soapPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP operation through the API Gateway.
EnvironmentSettings.soap12Path ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP 1.2 operation through the API Gateway.
EnvironmentSettings.odataPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a SOAP 1.2 operation through the API Gateway.
EnvironmentSettings.graphQLPath ● String scalar miscellaneous
Specifies the portion of the URL that is used to access a GRAPHQL operation through the API Gateway.
Member Of
Environment object ●
EnvironmentMigration object