Skip to main content

Get Probe Profile List (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/probeprofiles

List all the probe profiles.

Request

Path Parameters

    tenant_id objectrequired

    The tenant ID.

Responses

Successful Operation

Schema
    description

    The description of the probe profile. Max size = 256.

    id string

    The probe profile ID.

    name stringrequired

    The probe profile name. Max size = 128.

    probe_config_ids string[]required

    The probe configuration IDs. Max number = 8.

    tags string[]

    An information field that can be added to identify the probe profile. Maximum 10 unique tags of length 1024 each are allowed.

Loading...