Table of Contents

GetVisioForService

Use this method to retrieve a specific page of the Visio file linked to a particular service as an image of a specified size.

The page is returned as an interactive image containing clickable regions linked to a certain action, and scrollable child regions. If you want the page to be returned as a static image, then use GetVisioThumbnailForService instead.

All images are in PNG format, and are base64 encoded.

Input

Item Format Description
connection String The connection ID. See ConnectApp.
dmaID Integer The DataMiner Agent ID.
serviceID Integer The service ID.
width Integer The width of the image to be returned.
height Integer The height of the image to be returned.
page Integer The page of the Visio file to be returned.

Output

Item Format Description
GetVisioForServiceResult DMAVisio The Visio file linked to the specified service, returned as an interactive image.