/api/space/hardware-catalog/get-latest

The following operation is supported on this resource:

  • GET - Get the Latest Hardware Catalog from configured SVN repository
GET /get-latest Version 1

Get the Latest Hardware Catalog from configured SVN repository.

Sample Usage

This API makes an asynchronous method call, so you can, optionally, specify queue and schedule parameters:

GET /get-latest?queue=<queue>&schedule=<schedule>


Note: The queue URL denoted by <queue> must have been created already.


  • Parameters:
    Name Type URI Type Description Required
    queue Queue URL Query A fully qualified queue URL, where job progress notifications will be sent (See Asynchronous API Usage) N
    schedule cron-like-expression Query Schedule this API in the future, by specifying a cron-like-expression (See Job Scheduling) N