List Closure Description

List Closure Description

Retrieves all ClosureDescriptions. list ClosureDescriptions.

Request
URI
GET
https://{api_host}/container-service/api/resources/closure-descriptions
COPY
Query Parameters
integer
page
Optional

Page Number

integer
limit
Optional

Number of entries per page

string
$orderby
Optional

Multiple comma-separated properties sorted in ascending or descending order

integer
$top
Optional

Sets the number of returned entries from the top of the response (total number per page in relation to skip)

integer
$skip
Optional

Sets how many entries you would like to skip

string
$filter
Optional

Boolean expression for whether a particular entry should be included in the response

Header Parameters
string
x-project
Optional

x-project


Responses
200

successful operation

Returns PageClosureDescription of type(s) */*
{
    "number": 0,
    "numberOfElements": 0,
    "last": false,
    "size": 0,
    "totalPages": 0,
    "first": false,
    "content": [
        {
            "documentExpirationTimeMicros": "string",
            "outputNames": [
                "string"
            ],
            "runtime": "string",
            "description": "string",
            "logConfiguration": {
                "type": "string"
            },
            "resources": {
                "cpuShares": 0,
                "ramMB": 0,
                "timeoutSeconds": 0
            },
            "source": "string",
            "documentUpdateTimeMicros": "string",
            "dependencies": "string",
            "sourceURL": "string",
            "regionId": "string",
            "documentSelfLink": "string",
            "entrypoint": "string",
            "tagLinks": [
                "string"
            ],
            "name": "string",
            "notifyUrl": "string",
            "groupLinks": [
                "string"
            ],
            "tenantLinks": [
                "string"
            ],
            "id": "string",
            "desc": "string"
        }
    ],
    "totalElements": 0
}
integer As int32 As int32
number
Optional

number

integer As int32 As int32
numberOfElements
Optional

numberOfElements

boolean
last
Optional

last

integer As int32 As int32
size
Optional

size

integer As int32 As int32
totalPages
Optional

totalPages

sort
Optional

sort

boolean
first
Optional

first

content
Optional

content

integer As int64 As int64
totalElements
Optional

totalElements