Options
All
  • Public
  • Public/Protected
  • All
Menu

Perform an action on published software service template.

export

Hierarchy

  • PerformAction

Index

Methods

Static doProvisioningActionCommon

  • doProvisioningActionCommon(session: AbstractSession, zOSMFVersion: string, instanceId: string, actionName: string): Promise<any>
  • Performs an action against a provisioned software service instance.

    memberof

    PerformAction

    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.

    • instanceId: string

      the object-id of provisioned instance in the registry.

    • actionName: string

      name of the action to perform.

    Returns Promise<any>

    z/OSMF response object, @see {IPerformActionResponse}

Static getResourcesQuery

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

    memberof

    PerformAction

    Parameters

    • 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.

    • instanceId: string

      the object-id of provisioned instance in the registry.

    • actionName: string

      name of the action to perform.

    Returns string

    URI for z/OSMF REST call

Generated using TypeDoc