IP Filter Summaries (iam/v2)

Read an IP Filter Summary

General Availability

Make a request to read an IP filter summary.

get/iam/v2/ip-filter-summary

Query parameters

scopestring required

Scope the operation to the given scope.

Response

IP Filter Summary.

api_version'iam/v2' required

APIVersion defines the schema version of this representation of a resource.

kind'IpFilterSummary' required

Kind defines the object this REST resource represents.

scopestring required

The scope associated with this object.

Example response

{
  "categories": [
    {
      "name": "management",
      "status": "MIXED",
      "operation_groups": [
        {
          "name": "MANAGEMENT",
          "status": "LIMITED"
        }
      ]
    }
  ]
}

Changes

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