Cli Global

List

Retrieve a paginated list of Cli Global records. Supports filtering, sorting, and search.

get/api/cp/cli-global

Query parameters

use_did'Disabled' | 'Filter' | 'Random' | 'Prefix Match' | 'Performance'

Filter by Use Did

stir_shaken_attestation'None' | 'A' | 'B' | 'C'

Filter by Stir Shaken Attestation

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

clistring

Cli

cli_rewritestring

Cli Rewrite

p_asserted_identity_rewritestring

P Asserted Identity Rewrite

forcedinteger

Forced

p_asserted_identitystring

P Asserted Identity

notesstring

Notes

originationinteger

Origination

use_did'Disabled' | 'Filter' | 'Random' | 'Prefix Match' | 'Performance'

Use Did

stir_shaken_cert_idstring

Stir Shaken Cert Id

stir_shaken_attestation'None' | 'A' | 'B' | 'C'

Stir Shaken Attestation

dn_matchstring

Dn Match

datastore_idstring

Datastore Id

allow_typestring

Allow Type

ftc_reportedinteger

Ftc Reported

tagstring

Tag

flagsstring

Flags

performance_top_batch_sizeinteger

Performance Top Batch Size

performance_intervalinteger

Performance Interval

performance_ban_timeinteger

Performance Ban Time

hit_limitinteger

Hit Limit

hit_intervalinteger

Hit Interval

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "cli": "example_cli",
    "cli_rewrite": "example_cli_rewrite",
    "p_asserted_identity_rewrite": "example_p_asserted_identity_rewrite",
    "forced": 1,
    "p_asserted_identity": "example_p_asserted_identity",
    "notes": "example_notes",
    "origination": 1,
    "use_did": "Disabled",
    "stir_shaken_cert_id": 1,
    "stir_shaken_attestation": "None",
    "dn_match": "example_dn_match",
    "datastore_id": 1,
    "allow_type": "example_allow_type",
    "ftc_reported": 1,
    "tag": "example_tag",
    "flags": "example_flags",
    "performance_top_batch_size": 100,
    "performance_interval": 1000,
    "performance_ban_time": 1000,
    "hit_limit": 123,
    "hit_interval": 1000
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.