Remove HTTP access policy

Basic Information

Remove HTTP access policy

请求路径

  1. DELETE /openapi/v1/teams/{team_id}/regions/{region_name}/apps/{app_id}/httpdomains/{rule_id}

request parameters

nameLocationtyperequiredillustrate
team_idpathstringYesnone
region_namepathstringYesnone
app_idpathstringYesnone
rule_idpathstringYesnone

return result

status codeStatus code meaningillustratedata model
200OKsuccessHTTPGatewayRule

Model

HTTPGatewayRule

  1. {
  2. "ID": 0,
  3. "rule_extensions": [
  4. "string"
  5. ],
  6. "http_rule_id": "string",
  7. "region_id": "string",
  8. "tenant_id": "string",
  9. " service_id": "string",
  10. "service_name": "string",
  11. "domain_name": "string",
  12. "container_port": -2147483648,
  13. "protocol": "string",
  14. "certificate_id": -2147483648,
  15. "domain_type": "string",
  16. "service_alias": "string",
  17. "is_senior": true,
  18. "domain_path": "string",
  19. "domain_cookie": "string",
  20. "domain_heander": "string ",
  21. "type": -2147483648,
  22. "the_weight": -2147483648,
  23. "is_outer_service": true,
  24. "auto_ssl": true,
  25. "auto_ssl_config": "string",
  26. "path_rewrite": true,
  27. " rewrites": "string"
  28. }

Attributes

nametyperequiredconstraintChinese nameillustrate
IDintegerfalseread-onlyIDnone
rule_extensions[string]falseread-onlynone
http_rule_idstringtruenoneHttp rule idhttp_rule_id
region_idstringtruenoneRegion idregion id
tenant_idstringtruenoneTenant idtenant id
service_idstringtruenoneService idcomponent id
service_namestringtruenoneService namecomponent name
domain_namestringtruenoneDomain namedomain name
container_portintegerfalsenoneContainer portcontainer port
protocolstringfalsenoneProtocolDomain type http https httptp https http and https
certificate_idintegerfalsenoneCertificate idCertificate ID
domain_typestringfalsenoneDomain typeComponent domain name type
service_aliasstringfalsenoneService aliascomponent alias
is_seniorbooleanfalsenoneIs seniorIs there an advanced route
domain_pathstringfalsenoneDomain pathdomain name path
domain_cookiestringfalsenoneDomain cookiesdomain cookie
domain_heanderstringfalsenoneDomain heanderdomain name heander
typeintegerfalsenoneTypeType (default:0, custom:1)
the_weightintegerfalsenoneThe weightWeights
is_outer_servicebooleanfalsenoneIs outer serviceWhether the external port has been opened
auto_sslbooleanfalsenoneAuto sslWhether to automatically match the certificate and upgrade to https, if enabled, the upgrade will be completed by an external service
auto_ssl_configstring¦nullfalsenoneAuto ssl configAutomatic distribution certificate configuration
path_rewritebooleanfalsenonePath rewriteWhether to enable simple route rewriting
rewritesstringfalsenoneRewritesComplex route rewrite configuration