public interface SupportAgentService
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getSnapshotReport(int resourceId,
String name,
String description)
Takes a snapshot and returns the snapshot report content in the given stream.
|
InputStream getSnapshotReport(int resourceId, String name, String description) throws Exception
resourceId - identifies the resource that is to take a snapshotname - identifies the type of snapshot to takedescription - a generic description that can be used to identify the specific snapshot being taken or it can
describe why the snapshot was being taken. This is typically text entered by a user.Exception - if failed to generate the snapshot reportCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.