Network Services API (networkservices:v1beta1)

2023-09-30

10 new methods

Additions

    Methods
  • networkservices.projects.locations.lbRouteExtensions.list

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

      HTTP Method: GET

      Description: Lists `LbRouteExtension` resources in a given project and location.

      Parameter Order: parent

      Path: v1beta1/{+parent}/lbRouteExtensions

      Parameters:

        filter

          Location: query

          Type: string

          Description: Optional. Filtering results.

        parent

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The project and location from which the `LbRouteExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.

          Location: path

        pageToken

          Description: Optional. A token identifying a page of results that the server returns.

          Location: query

          Type: string

        orderBy

          Location: query

          Description: Optional. Hint for how to order the results.

          Type: string

        pageSize

          Format: int32

          Description: Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

          Type: integer

          Location: query

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions

  • networkservices.projects.locations.lbRouteExtensions.delete

      Parameters:

        name

          Location: path

          Required: Yes

          Type: string

          Description: Required. The name of the `LbRouteExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

      Description: Deletes the specified `LbRouteExtension` resource.

      HTTP Method: DELETE

      Parameter Order: name

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

  • networkservices.projects.locations.lbRouteExtensions.patch

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

      Description: Updates the parameters of the specified `LbRouteExtension` resource.

      Parameters:

        updateMask

          Description: Required. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.

          Type: string

          Format: google-fieldmask

          Location: query

        name

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

          Description: Required. Name of the `LbRouteExtension` resource in the following format: `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

          Type: string

          Location: path

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

          Location: query

      HTTP Method: PATCH

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

      Path: v1beta1/{+name}

      Parameter Order: name

  • networkservices.projects.locations.lbRouteExtensions.get

      HTTP Method: GET

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

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

      Description: Gets details of the specified `LbRouteExtension` resource.

      Parameter Order: name

      Parameters:

        name

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

          Description: Required. A name of the `LbRouteExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

          Location: path

          Required: Yes

      Path: v1beta1/{+name}

  • networkservices.projects.locations.lbRouteExtensions.create

      HTTP Method: POST

      Path: v1beta1/{+parent}/lbRouteExtensions

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions

      Parameters:

        requestId

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

        parent

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Description: Required. The parent resource of the `LbRouteExtension` resource. Must be in the format `projects/{project}/locations/{location}`.

          Type: string

        lbRouteExtensionId

          Type: string

          Description: Required. User-provided ID of the `LbRouteExtension` resource to be created.

          Location: query

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

      Description: Creates a new `LbRouteExtension` resource in a given project and location.

      Parameter Order: parent

  • networkservices.projects.locations.lbTrafficExtensions.list

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions

      Parameter Order: parent

      Path: v1beta1/{+parent}/lbTrafficExtensions

      Description: Lists `LbTrafficExtension` resources in a given project and location.

      Parameters:

        pageSize

          Format: int32

          Location: query

          Description: Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

          Type: integer

        pageToken

          Description: Optional. A token identifying a page of results that the server returns.

          Location: query

          Type: string

        orderBy

          Location: query

          Type: string

          Description: Optional. Hint for how to order the results.

        parent

          Description: Required. The project and location from which the `LbTrafficExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Type: string

          Location: path

        filter

          Type: string

          Description: Optional. Filtering results.

          Location: query

      HTTP Method: GET

  • networkservices.projects.locations.lbTrafficExtensions.delete

      Parameters:

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

        name

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Type: string

          Location: path

          Description: Required. The name of the `LbTrafficExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

      Description: Deletes the specified `LbTrafficExtension` resource.

      HTTP Method: DELETE

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

      Path: v1beta1/{+name}

      Parameter Order: name

  • networkservices.projects.locations.lbTrafficExtensions.get

      HTTP Method: GET

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

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

      Parameter Order: name

      Description: Gets details of the specified `LbTrafficExtension` resource.

      Parameters:

        name

          Required: Yes

          Description: Required. A name of the `LbTrafficExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Location: path

  • networkservices.projects.locations.lbTrafficExtensions.create

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions

      Description: Creates a new `LbTrafficExtension` resource in a given project and location.

      Parameters:

        lbTrafficExtensionId

          Description: Required. User-provided ID of the `LbTrafficExtension` resource to be created.

          Type: string

          Location: query

        parent

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Description: Required. The parent resource of the `LbTrafficExtension` resource. Must be in the format `projects/{project}/locations/{location}`.

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

      HTTP Method: POST

      Path: v1beta1/{+parent}/lbTrafficExtensions

      Parameter Order: parent

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

  • networkservices.projects.locations.lbTrafficExtensions.patch

      Parameter Order: name

      Parameters:

        updateMask

          Location: query

          Format: google-fieldmask

          Type: string

          Description: Required. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        name

          Required: Yes

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Description: Required. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

      Description: Updates the parameters of the specified `LbTrafficExtension` resource.

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

      HTTP Method: PATCH

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

10 removed methods

Deletions

    Methods
  • networkservices.projects.locations.lbTrafficExtensions.create

      Parameter Order: parent

      Path: v1beta1/{+parent}/lbTrafficExtensions

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

      Parameters:

        parent

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Description: Required. The parent resource of the `LbTrafficExtension` resource. Must be in the format `projects/{project}/locations/{location}`.

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

          Location: query

        lbTrafficExtensionId

          Description: Required. User-provided ID of the `LbTrafficExtension` resource to be created.

          Location: query

          Type: string

      Description: Creates a new `LbTrafficExtension` resource in a given project and location.

      HTTP Method: POST

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions

  • networkservices.projects.locations.lbTrafficExtensions.get

      Description: Gets details of the specified `LbTrafficExtension` resource.

      Parameters:

        name

          Required: Yes

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Location: path

          Description: Required. A name of the `LbTrafficExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

      Path: v1beta1/{+name}

      Parameter Order: name

      HTTP Method: GET

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

  • networkservices.projects.locations.lbTrafficExtensions.list

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

      Parameter Order: parent

      Description: Lists `LbTrafficExtension` resources in a given project and location.

      Parameters:

        orderBy

          Location: query

          Type: string

          Description: Optional. Hint for how to order the results.

        pageSize

          Description: Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

          Location: query

          Format: int32

          Type: integer

        pageToken

          Description: Optional. A token identifying a page of results that the server returns.

          Location: query

          Type: string

        filter

          Location: query

          Type: string

          Description: Optional. Filtering results.

        parent

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The project and location from which the `LbTrafficExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.

          Required: Yes

          Location: path

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions

      Path: v1beta1/{+parent}/lbTrafficExtensions

      HTTP Method: GET

  • networkservices.projects.locations.lbTrafficExtensions.delete

      Description: Deletes the specified `LbTrafficExtension` resource.

      Parameters:

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        name

          Description: Required. The name of the `LbTrafficExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Type: string

          Location: path

          Required: Yes

      Parameter Order: name

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

      HTTP Method: DELETE

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

      Path: v1beta1/{+name}

  • networkservices.projects.locations.lbTrafficExtensions.patch

      Parameter Order: name

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

      Path: v1beta1/{+name}

      Description: Updates the parameters of the specified `LbTrafficExtension` resource.

      Parameters:

        name

          Description: Required. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/lbTrafficExtensions/[^/]+$

          Location: path

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        updateMask

          Description: Required. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.

          Format: google-fieldmask

          Location: query

          Type: string

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbTrafficExtensions/{lbTrafficExtensionsId}

      HTTP Method: PATCH

  • networkservices.projects.locations.lbRouteExtensions.create

      Description: Creates a new `LbRouteExtension` resource in a given project and location.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions

      Path: v1beta1/{+parent}/lbRouteExtensions

      Parameter Order: parent

      Parameters:

        requestId

          Location: query

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        parent

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Description: Required. The parent resource of the `LbRouteExtension` resource. Must be in the format `projects/{project}/locations/{location}`.

        lbRouteExtensionId

          Type: string

          Description: Required. User-provided ID of the `LbRouteExtension` resource to be created.

          Location: query

      HTTP Method: POST

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

  • networkservices.projects.locations.lbRouteExtensions.list

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

      Description: Lists `LbRouteExtension` resources in a given project and location.

      Parameters:

        orderBy

          Location: query

          Type: string

          Description: Optional. Hint for how to order the results.

        pageToken

          Description: Optional. A token identifying a page of results that the server returns.

          Location: query

          Type: string

        filter

          Location: query

          Type: string

          Description: Optional. Filtering results.

        parent

          Description: Required. The project and location from which the `LbRouteExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Type: integer

          Format: int32

          Location: query

          Description: Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

      Parameter Order: parent

      HTTP Method: GET

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions

      Path: v1beta1/{+parent}/lbRouteExtensions

  • networkservices.projects.locations.lbRouteExtensions.delete

      Description: Deletes the specified `LbRouteExtension` resource.

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

      HTTP Method: DELETE

      Parameters:

        name

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

          Type: string

          Description: Required. The name of the `LbRouteExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

      Path: v1beta1/{+name}

  • networkservices.projects.locations.lbRouteExtensions.patch

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

      Parameter Order: name

      Description: Updates the parameters of the specified `LbRouteExtension` resource.

      Parameters:

        name

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

          Required: Yes

          Description: Required. Name of the `LbRouteExtension` resource in the following format: `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

          Location: query

        updateMask

          Description: Required. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      HTTP Method: PATCH

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

  • networkservices.projects.locations.lbRouteExtensions.get

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/lbRouteExtensions/{lbRouteExtensionsId}

      Path: v1beta1/{+name}

      Description: Gets details of the specified `LbRouteExtension` resource.

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

      Parameters:

        name

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/lbRouteExtensions/[^/]+$

          Location: path

          Description: Required. A name of the `LbRouteExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.

          Type: string

      Parameter Order: name

      HTTP Method: GET