fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DiscoveredOperationGet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method** | **String** | The HTTP method for the operation. | 
**domain** | **String** | The domain for the operation. | 
**path** | **String** | The path for the operation, which may include path parameters. | 
**id** | **String** | The unique identifier of the discovered operation. | [readonly]
**updated_at** | Option<**String**> | The timestamp when the operation was last updated. | [readonly]
**last_seen_at** | Option<**String**> | The timestamp when the operation was last seen in traffic. | [readonly]
**rps** | Option<**f32**> | Requests per second observed for this operation. | [readonly]

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)