Get Api Shield Discovery Operations Result
data class GetApiShieldDiscoveryOperationsResult(val endpoint: String, val features: GetApiShieldDiscoveryOperationsResultFeatures, val host: String, val id: String, val lastUpdated: String, val method: String, val origins: List<String>, val state: String)
Properties
Link copied to clipboard
The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.
Link copied to clipboard
Link copied to clipboard