Skip to main content

discovered_services

Creates, updates, deletes, gets or lists a discovered_services resource.

Overview

Namediscovered_services
TypeResource
Idgoogle.apphub.discovered_services

Fields

NameDatatypeDescription
namestringIdentifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""
servicePropertiesobjectProperties of an underlying cloud resource that can comprise a Service.
serviceReferenceobjectReference to an underlying networking resource that can comprise a Service.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdiscoveredServicesId, locationsId, projectsIdGets a Discovered Service in a host project and location.
listSELECTlocationsId, projectsIdLists Discovered Services that can be added to an Application in a host project and location.
lookupEXEClocationsId, projectsIdLists a Discovered Service in a host project and location, with a given resource URI.

SELECT examples

Lists Discovered Services that can be added to an Application in a host project and location.

SELECT
name,
serviceProperties,
serviceReference
FROM google.apphub.discovered_services
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';