network-policies

Get a NetworkPolicy.

Get a specific NetworkPolicy by its unique identifier.

get/v1/network-policies/{id}

Path parameters

idstring required

The unique identifier of the NetworkPolicy.

Response

Successfully retrieved the NetworkPolicy.

idstring required

The unique identifier of the NetworkPolicy.

namestring required

The human-readable name of the NetworkPolicy. Unique per account.

descriptionstring nullable

Optional description of the NetworkPolicy.

create_time_msinteger required

The creation time of the NetworkPolicy (Unix timestamp in milliseconds).

update_time_msinteger required

Last update time of the NetworkPolicy (Unix timestamp in milliseconds).

Changes