Apigee API (apigee:v1)

2022-12-20

1 new method

Additions

    Methods
  • apigee.organizations.envgroups.getDeployedIngressConfig

      Path: v1/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/organizations/{organizationsId}/envgroups/{envgroupsId}/deployedIngressConfig

      Parameter Order: name

      HTTP Method: GET

      Description: Gets the deployed ingress configuration for an environment group.

      Parameters:

        name

          Required: Yes

          Pattern: ^organizations/[^/]+/envgroups/[^/]+/deployedIngressConfig$

          Description: Required. Name of the deployed configuration for the environment group in the following format: 'organizations/{org}/envgroups/{envgroup}/deployedIngressConfig'.

          Type: string

          Location: path

        view

          Type: string

          Description: When set to FULL, additional details about the specific deployments receiving traffic will be included in the IngressConfig response's RoutingRules.

          Enum Descriptions:

        • The default/unset value. The API will default to the BASIC view.
        • Include all ingress config data necessary for the runtime to configure ingress, but no more. Routing rules will include only basepath and destination environment. This the default value.
        • Include all ingress config data, including internal debug info for each routing rule such as the proxy claiming a particular basepath and when the routing rule first appeared in the env group.
        • Location: query

          Enum:

        • INGRESS_CONFIG_VIEW_UNSPECIFIED
        • BASIC
        • FULL