Obtaining information about individual jobs

Virtual Storage Platform One SDS Block and SDS Cloud Virtual Private Storage Administration

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS028-03
ft:lastEdition
2026-04-20

The following information about the job you issued can be obtained.

Role-based execution is not subject to restriction.

  • jobId: ID (uuid) of the intended job

  • self: URL for accessing the information about the intended job

  • userId: ID of the user who issued an API that triggered creation of the intended job

  • status: Progress of the intended job

  • state: Status of the intended job

  • createdTime: Time when the intended job was created

  • updatedTime: Time when the job status was updated

  • completedTime: Time when the job was completed

  • request: Request information

  • affectedResources: URL for accessing the resource which is the operation target of the intended job

  • error: Job error information

  1. Obtain the ID of the intended job.

    REST API: GET /v1/objects/jobs

    CLI: job_list

  2. Obtain information about the intended job.

    Run either of the following commands with the job ID specified.

    REST API: GET /v1/objects/jobs/<jobId>

    CLI: job_show

    Note:

    Up to 100,000 jobs can be retained in a storage system. Job information that exceeds the maximum number of retentions is deleted in the oldest order. However, because it also includes jobs that run automatically inside the storage system, the total number of job information that can be obtained is less than this number.