Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.18 KB

File metadata and controls

20 lines (16 loc) · 1.18 KB

Fastly::OperationGet

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 operation. [readonly]
updated_at Time The timestamp when the operation was last updated. [readonly]
description String A description of what the operation does. [optional]
tag_ids Array<String> An array of operation tag IDs associated with this operation. [optional]
created_at Time The timestamp when the operation was created. [optional][readonly]
last_seen_at Time The timestamp when the operation was last seen in traffic. [optional][readonly]
rps Float Requests per second observed for this operation. [optional][readonly]
status String The status of the operation. [optional][readonly]

[Back to API list] [Back to README]