FastlyApiClient
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Classlikes
Attributes
- Supertypes
- Self type
-
DELETE.type
Attributes
- Supertypes
- Self type
-
GET.type
Attributes
- Supertypes
- Self type
-
POST.type
Attributes
- Supertypes
- Self type
-
PUT.type
Value members
Concrete methods
Upload a Compute@Edge package Endpoint: PUT /service/:service_id/version/:version_id/package Official documentation: https://developer.fastly.com/reference/api/services/package/
Upload a Compute@Edge package Endpoint: PUT /service/:service_id/version/:version_id/package Official documentation: https://developer.fastly.com/reference/api/services/package/
Value parameters
- package
-
The Compute@Edge package to upload to the Fastly API endpoint. This is a
.tar.gz
file that is generated by running the Fastly CLI with the commandfastly compute build
. The package is created in thepkg/
folder within your Compute@Edge project. - serviceId
-
The ID of the Fastly service
- versionId
-
The version number of the service
Attributes
Update an existing version with a comment that will appear in the Fastly web interface. Endpoint: PUT /service/:service_id/version/:version Official documentation: https://developer.fastly.com/reference/api/services/version/
Update an existing version with a comment that will appear in the Fastly web interface. Endpoint: PUT /service/:service_id/version/:version Official documentation: https://developer.fastly.com/reference/api/services/version/
Value parameters
- comment
-
A freeform descriptive note. This will appear in the service summary.
- version
-
Integer identifying a service version.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product