Options
All
  • Public
  • Public/Protected
  • All
Menu

Provision a published software service template.

export

Hierarchy

  • ProvisionPublishedTemplate

Index

Methods

Static provisionTemplate

  • Provision a published software service template, with optional parameters if passed.

    memberof

    ProvisionPublishedTemplate

    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.

    • Optional optionalParms: IProvisionOptionals

      optional parameters for z/OSMF rest call, @see {IProvisionOptionals}.

    Returns Promise<any>

    z/OSMF response object, @see {IProvisionTemplateResponse}

Static provisionTemplateCommon

  • provisionTemplateCommon(session: AbstractSession, zOSMFVersion: string, templateName: string, account: string): Promise<any>
  • Provision a published software service template only with account number parameter.

    memberof

    ProvisionPublishedTemplate

    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.

    • account: string

      account information to use in the JCL JOB statement.

    Returns Promise<any>

    z/OSMF response object, @see {IProvisionTemplateResponse}

Generated using TypeDoc