Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InventoryBinaryService

Hierarchy

Index

Constructors

constructor

Methods

create

delete

  • Parameters

    Returns Object

download

  • Parameters

    Returns Promise<IFetchResponse>

getIdFromUrl

  • getIdFromUrl(url: string): string
  • Parameters

    • url: string

    Returns string

    Binary managed object's id.

    Example

    
      const id = InventoryBinaryService.getIdFromUrl('http://mytenant.cumulocity.com/inventory/binaries/12345');
    

list

  • list(filter?: object): Object
  • Parameters

    • Default value filter: object = {}

    Returns Object

Generated using TypeDoc