Options
All
  • Public
  • Public/Protected
  • All
Menu

Get info about a template.

export

Hierarchy

  • ListTemplateInfo

Index

Methods

Static getResourcesQuery

  • getResourcesQuery(zOSMFVersion: string, templateName: string): string
  • Builds a resources query from passed parameters which is needed for z/OSMF api URI.

    memberof

    ListTemplateInfo

    Parameters

    • zOSMFVersion: string

      is the URI path variable that identifies the version of the z/OSMF software services template service. The following value is valid: 1.0.

    • templateName: string

      is the name of published software service template in the catalog.

    Returns string

    URI for z/OSMF REST call

Static listTemplateCommon

  • This operation retrieves a published software service template from the catalog.

    memberof

    ListTemplateInfo

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • zOSMFVersion: string

      the URI path variable that identifies the version of the z/OSMF software services template service. The following value is valid: 1.0.

    • templateName: string

      the name of published software service template in the catalog.

    Returns Promise<any>

    z/OSMF response object, @see {IPublishedTemplateInfo}

Generated using TypeDoc