Force Tape Environment Refresh Description Forces the BlackPearl gateway’s information about the tape environment to refresh. The tape environment is automatically updated based on tape environment change events. This operation updates the tape environment even if no change in the environment was detected since the last update. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/tape_environment/ Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 500: Internal Error Example Sample Request This request updates the tape environment. PUT http://blackpearl-hostname/_rest_/tape_environment/ HTTP/1.1 Sample Response HTTP/1.1 204 No Content