Policy > Inventory > Profiles > L7 Access Profiles > Static MIME Content

List static mime contents

API will list all static mime contents

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/static-mime-contents
Request Headers:
n/a
Query Parameters:
StaticMimeContentListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/static-mime-contents

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
StaticMimeContentListResult+

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "resource_type": "StaticMimeContent", "id": "coke-response-page-1", "display_name": "coke-response-page-1", "description":"Coke response page for l7 profile 1", "unique_id": "4efdaa00-d0a4-473a-9dd7-b2c4836013e7", "path": "/infra/static-mime-contents/coke-response-page-1", "relative_path": "coke-response-page-1", "text_message": "Company internet access usage violation. Contact IT Help Desk for further details.", } ] }

Required Permissions:

read

Feature:

system_information

Additional Errors: