Stopping the BCM Web API server

Business Continuity Manager Web API Reference Guide

Version
9.9.1
Audience
anonymous
Part Number
MK-96HC137-03

The following is an example of stopping the BCM Web API server and then stopping the TSO/E address space.

  1. Stop the BCM Web API server.

    Request line

    PUT https://z/OSMFserverIPaddress/zosmf/tsoApp/app/USERID-38-aabcaaaf/YKAPI

    Request body

    {"action":"exit" }

    Response body

    {"servletKey":"USERID-38-aabcaaaf","ver":"0100",
    "tsoData":[{"TSO MESSAGE":{"VERSION":"0100","DATA":"YK7399I The BCM Web API server has ended. RC=0"}}], "reused":false, "timeout":false}
  2. Stop the TSO/E address space.

    Request line

    DELETE https://z/OSMFserverIPaddress/zosmf/tso/USERID-38-aabcaaaf

    Request body

    None

    Response body

    {"servletKey":"USERID-38-aabcaaaf","ver":"0100","reused":false, "timeout":false}