packageRevisionGetDeployments

Endpoint URL: https://admin.pubnub.com:443/api/faas/v1/package-revisions/{packageRevisionId}/package-deployments

Package revision get deployments.

Path Parameters
packageRevisionId uuid REQUIRED
Query Parameters
keyset_id int32
page integer

Zero-based page index (0..N)

size integer

Possible values: 1 ≤ value

The size of the page to be returned

sort string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses
200

OK

Schema OPTIONAL
data object[] OPTIONAL
id uuid
packageName string
packageRevisionId uuid
keyset object
portalId int32
name string
subkey string
pubkey string
seckey string
createdDttm string
updatedDttm string OPTIONAL
status int32
type int32
state string

Possible values: [STARTING, RESTARTING, RUNNING, STOPPING, STOPPED, FAILED]

functionDeployments object[]
functionName string
functionRevisionId uuid
state string

Possible values: [STARTING, RUNNING, STOPPING, STOPPED, FAILED]

createdDttm string
updatedDttm string OPTIONAL
createdDttm string
updatedDttm string OPTIONAL
meta object
correlationId string
timestamp date-time
paging object OPTIONAL
totalElements int64
totalPages int64
pageSize int64
pageNumber int64
pageOffset int64
errors object[]
code string
message string
* required
packageRevisionId*
Type: string
keyset_id
Type: integer
page
Type: integer
Zero-based page index (0..N)
size
Type: integer
The size of the page to be returned
sort
Type: array
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
data
Type: array
Array items:
items
Type: object
meta
Type: object
errors
Type: array
Array items:
items
Type: object