1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getJobsList
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

scm.getJobsList

Explore with Pulumi AI

Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

Retrieves a listing of config items.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = ScmFunctions.getJobsList(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getJobsList
      arguments:
        folder: Shared
Copy

Using getJobsList

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getJobsList(opts?: InvokeOptions): Promise<GetJobsListResult>
function getJobsListOutput(opts?: InvokeOptions): Output<GetJobsListResult>
Copy
def get_jobs_list(opts: Optional[InvokeOptions] = None) -> GetJobsListResult
def get_jobs_list_output(opts: Optional[InvokeOptions] = None) -> Output[GetJobsListResult]
Copy
func GetJobsList(ctx *Context, opts ...InvokeOption) (*GetJobsListResult, error)
func GetJobsListOutput(ctx *Context, opts ...InvokeOption) GetJobsListResultOutput
Copy

> Note: This function is named GetJobsList in the Go SDK.

public static class GetJobsList 
{
    public static Task<GetJobsListResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetJobsListResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetJobsListResult> getJobsList(InvokeOptions options)
public static Output<GetJobsListResult> getJobsList(InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getJobsList:getJobsList
  arguments:
    # arguments dictionary
Copy

getJobsList Result

The following output properties are available:

Datas List<GetJobsListData>
The Data param.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Offset int
The Offset param. Default: 0.
Tfid string
Total int
The Total param.
Datas []GetJobsListData
The Data param.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Offset int
The Offset param. Default: 0.
Tfid string
Total int
The Total param.
datas List<GetJobsListData>
The Data param.
id String
The provider-assigned unique ID for this managed resource.
limit Integer
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset Integer
The Offset param. Default: 0.
tfid String
total Integer
The Total param.
datas GetJobsListData[]
The Data param.
id string
The provider-assigned unique ID for this managed resource.
limit number
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset number
The Offset param. Default: 0.
tfid string
total number
The Total param.
datas Sequence[GetJobsListData]
The Data param.
id str
The provider-assigned unique ID for this managed resource.
limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset int
The Offset param. Default: 0.
tfid str
total int
The Total param.
datas List<Property Map>
The Data param.
id String
The provider-assigned unique ID for this managed resource.
limit Number
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset Number
The Offset param. Default: 0.
tfid String
total Number
The Total param.

Supporting Types

GetJobsListData

Description This property is required. string
A description provided by the administrator or service account.
DeviceName This property is required. string
The name of the device.
EndTs This property is required. string
The timestamp indicating when the job was finished.
Id This property is required. int
The job ID.
JobResult This property is required. int
The job result.
JobStatus This property is required. int
The current status of the job.
JobType This property is required. int
The job type.
ParentId This property is required. int
The parent job ID.
Percent This property is required. int
Job completion percentage. Value must be less than or equal to 100.
ResultStr This property is required. string
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
StartTs This property is required. string
The timestamp indicating when the job was created.
StatusStr This property is required. string
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
Summary This property is required. string
The completion summary of the job.
TypeStr This property is required. string
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
Uname This property is required. string
The administrator or service account that created the job.
Description This property is required. string
A description provided by the administrator or service account.
DeviceName This property is required. string
The name of the device.
EndTs This property is required. string
The timestamp indicating when the job was finished.
Id This property is required. int
The job ID.
JobResult This property is required. int
The job result.
JobStatus This property is required. int
The current status of the job.
JobType This property is required. int
The job type.
ParentId This property is required. int
The parent job ID.
Percent This property is required. int
Job completion percentage. Value must be less than or equal to 100.
ResultStr This property is required. string
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
StartTs This property is required. string
The timestamp indicating when the job was created.
StatusStr This property is required. string
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
Summary This property is required. string
The completion summary of the job.
TypeStr This property is required. string
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
Uname This property is required. string
The administrator or service account that created the job.
description This property is required. String
A description provided by the administrator or service account.
deviceName This property is required. String
The name of the device.
endTs This property is required. String
The timestamp indicating when the job was finished.
id This property is required. Integer
The job ID.
jobResult This property is required. Integer
The job result.
jobStatus This property is required. Integer
The current status of the job.
jobType This property is required. Integer
The job type.
parentId This property is required. Integer
The parent job ID.
percent This property is required. Integer
Job completion percentage. Value must be less than or equal to 100.
resultStr This property is required. String
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
startTs This property is required. String
The timestamp indicating when the job was created.
statusStr This property is required. String
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
summary This property is required. String
The completion summary of the job.
typeStr This property is required. String
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
uname This property is required. String
The administrator or service account that created the job.
description This property is required. string
A description provided by the administrator or service account.
deviceName This property is required. string
The name of the device.
endTs This property is required. string
The timestamp indicating when the job was finished.
id This property is required. number
The job ID.
jobResult This property is required. number
The job result.
jobStatus This property is required. number
The current status of the job.
jobType This property is required. number
The job type.
parentId This property is required. number
The parent job ID.
percent This property is required. number
Job completion percentage. Value must be less than or equal to 100.
resultStr This property is required. string
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
startTs This property is required. string
The timestamp indicating when the job was created.
statusStr This property is required. string
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
summary This property is required. string
The completion summary of the job.
typeStr This property is required. string
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
uname This property is required. string
The administrator or service account that created the job.
description This property is required. str
A description provided by the administrator or service account.
device_name This property is required. str
The name of the device.
end_ts This property is required. str
The timestamp indicating when the job was finished.
id This property is required. int
The job ID.
job_result This property is required. int
The job result.
job_status This property is required. int
The current status of the job.
job_type This property is required. int
The job type.
parent_id This property is required. int
The parent job ID.
percent This property is required. int
Job completion percentage. Value must be less than or equal to 100.
result_str This property is required. str
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
start_ts This property is required. str
The timestamp indicating when the job was created.
status_str This property is required. str
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
summary This property is required. str
The completion summary of the job.
type_str This property is required. str
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
uname This property is required. str
The administrator or service account that created the job.
description This property is required. String
A description provided by the administrator or service account.
deviceName This property is required. String
The name of the device.
endTs This property is required. String
The timestamp indicating when the job was finished.
id This property is required. Number
The job ID.
jobResult This property is required. Number
The job result.
jobStatus This property is required. Number
The current status of the job.
jobType This property is required. Number
The job type.
parentId This property is required. Number
The parent job ID.
percent This property is required. Number
Job completion percentage. Value must be less than or equal to 100.
resultStr This property is required. String
The result of the job. String must be one of these: "OK", "FAIL", "PEND", "WAIT", "CANCELLED".
startTs This property is required. String
The timestamp indicating when the job was created.
statusStr This property is required. String
The current status of the job. String must be one of these: "ACT", "FIN", "PEND", "PUSHSENT", "PUSHFAIL".
summary This property is required. String
The completion summary of the job.
typeStr This property is required. String
The job type. String must be one of these: "CommitAll", "CommitAndPush", "NGFW-Bootstrap-Push", "Validate".
uname This property is required. String
The administrator or service account that created the job.

Package Details

Repository
scm pulumi/pulumi-scm
License
Apache-2.0
Notes
This Pulumi package is based on the scm Terraform Provider.
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi