Options
All
  • Public
  • Public/Protected
  • All
Menu

Get info about all provisioned instances.

export

Hierarchy

  • ListRegistryInstances

Index

Methods

Static getResourcesQuery

  • getResourcesQuery(zOSMFVersion: string, type?: string, externalName?: string): string
  • Builds URI path from provided parameters.

    memberof

    ListRegistryInstances

    Parameters

    • zOSMFVersion: string

      the URI path that identifies the version of the provisioning service.

    • Optional type: string

      system type of the instance.

    • Optional externalName: string

      regular expression, specifies the external name of the instance.

    Returns string

    URI path for the REST call.

Static listFilteredRegistry

  • listFilteredRegistry(session: AbstractSession, zOSMFVersion: string, type: string, externalName: string): Promise<any>
  • This operation returns registry of provisioned instances filtered by type and external name.

    memberof

    ListRegistryInstances

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • zOSMFVersion: string

      the URI path that identifies the version of the provisioning service.

    • type: string

      system type of the instance.

    • externalName: string

      regular expression, specifies the external name of the instance.

    Returns Promise<any>

    z/OSMF response object, @see {IProvisionedInstances}

Static listRegistryCommon

  • This operation returns registry of provisioned instances.

    memberof

    ListRegistryInstances

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • zOSMFVersion: string

      the URI path that identifies the version of the provisioning service.

    • Optional filteredQuery: string

      URI path with filters for listing filtered registry instances.

    Returns Promise<any>

    z/OSMF response object, @see {IProvisionedInstances}

Generated using TypeDoc