dc-management-sdk-js
    Preparing search index...

    Class SnapshotResultList

    Resource containing the results of a batch snapshot create request.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    hubId: string

    The Hub ID associated to the Snapshots

    snapshots: Snapshot[]

    The result Snapshots

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>