List stacks in an org
List all stacks in an org.
Query Parameters
A base64 encoded cursor that can be used to paginate results. Must match the pattern ^[\w-+/=]+$
.
The maximum number of results to return. Must be between 1
and 240
.
A base64 encoded cursor that can be used to paginate results. One of created_at
, -created_at
, +created_at
, created_at
.
Responses
200 OK response.
An array of results.
Show attributes
The time the stack was created at FlexStack.
The ID of the environment the stack belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The ID of the stack.
The ID of the latest deployment of the stack that is not in a pending state. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The outputs of the stack.
Show attributes
The cloud ID of the stack.
The type of the stack. One of vpc
, component
, component_group
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The time the stack was last updated at FlexStack.
Whether there are more results available.
The cursor for the next page of results as a base64 encoded string. Must match the pattern ^[a-zA-Z0-9+/=]+$
.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
Get a stack
Get a stack by its ID.
Path Parameters
The ID of the stack to get.
Responses
200 OK response.
The time the stack was created at FlexStack.
The ID of the environment the stack belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The ID of the stack.
The ID of the latest deployment of the stack that is not in a pending state. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The outputs of the stack.
Show attributes
The cloud ID of the stack.
The type of the stack. One of vpc
, component
, component_group
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The time the stack was last updated at FlexStack.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
Get a component's stack
Get the stack that a component is in.
Path Parameters
The ID of the component to get a stack from. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
Responses
200 OK response.
The time the stack was created at FlexStack.
The ID of the environment the stack belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The ID of the stack.
The ID of the latest deployment of the stack that is not in a pending state. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The outputs of the stack.
Show attributes
The cloud ID of the stack.
The type of the stack. One of vpc
, component
, component_group
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The time the stack was last updated at FlexStack.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
List stacks in an environment
List all stacks in an environment.
Path Parameters
The ID of the environment to get stacks from. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
Query Parameters
A base64 encoded cursor that can be used to paginate results. Must match the pattern ^[\w-+/=]+$
.
The maximum number of results to return. Must be between 1
and 240
.
A base64 encoded cursor that can be used to paginate results. One of created_at
, -created_at
, +created_at
, created_at
.
Responses
200 OK response.
An array of results.
Show attributes
The time the stack was created at FlexStack.
The ID of the environment the stack belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The ID of the stack.
The ID of the latest deployment of the stack that is not in a pending state. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The outputs of the stack.
Show attributes
The cloud ID of the stack.
The type of the stack. One of vpc
, component
, component_group
.
The status of the stack. One of PENDING
, CREATE_COMPLETE
, CREATE_IN_PROGRESS
, CREATE_FAILED
, DELETE_COMPLETE
, DELETE_FAILED
, DELETE_IN_PROGRESS
, REVIEW_IN_PROGRESS
, ROLLBACK_COMPLETE
, ROLLBACK_FAILED
, ROLLBACK_IN_PROGRESS
, UPDATE_COMPLETE
, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
, UPDATE_ROLLBACK_COMPLETE
, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
, UPDATE_ROLLBACK_FAILED
, UPDATE_ROLLBACK_IN_PROGRESS
, IMPORT_COMPLETE
, IMPORT_ROLLBACK_IN_PROGRESS
, IMPORT_ROLLBACK_FAILED
, IMPORT_ROLLBACK_COMPLETE
.
The reason for the stack's status.
The timestamp of the stack's last update at its cloud provider.
The time the stack was last updated at FlexStack.
Whether there are more results available.
The cursor for the next page of results as a base64 encoded string. Must match the pattern ^[a-zA-Z0-9+/=]+$
.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
Get a component's container service
Get the service that a component runs on.
Path Parameters
The ID of the component to get a stack from. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
Responses
200 OK response.
The ARN of the ECS cluster. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The time the ECS service was created.
The deployments of the ECS service.
Show attributes
The time the ECS service deployment was created.
The desired count of the ECS service deployment.
The failed tasks of the ECS service deployment.
The ID of the ECS service deployment.
The pending count of the ECS service deployment.
The rollout state of the ECS service deployment. One of COMPLETED
, FAILED
, IN_PROGRESS
.
The rollout state reason of the ECS service deployment.
The running count of the ECS service deployment.
Show attributes
The namespace of the service connect configuration. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The services of the service connect configuration.
Show attributes
The client aliases of the service connect service.
Show attributes
The DNS name of the service connect client alias.
The port of the service connect client alias. Must be between 1
and 65535
.
The discovery name of the service connect service.
The port name of the service connect service.
The status of the ECS service deployment. One of ACTIVE
, PRIMARY
, DRAINING
, INACTIVE
.
The desired count of the ECS service.
The events of the ECS service.
Show attributes
The time the ECS service event was created.
The ID of the ECS service event.
The message of the ECS service event.
The ID of the ECS service. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The pending count of the ECS service.
The running count of the ECS service.
The ARN of the ECS service. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The name of the ECS service.
The ID of the stack component the ECS service belongs to. Must match the pattern (^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$)|(^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$)|(^[0-9a-f]{32}$)
.
The status of the ECS service. One of ACTIVE
, DRAINING
, INACTIVE
.
The task definition of the ECS service. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The tasks of the ECS service.
Show attributes
The availability zone of the ECS service task.
The connectivity of the ECS service task. One of CONNECTED
, DISCONNECTED
.
The time the ECS service task's connectivity was last updated.
The containers of the ECS service task.
Show attributes
The ARN of the ECS service task container. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The CPU of the ECS service task container.
The exit code of the ECS service task container.
The health status of the ECS service task container. One of HEALTHY
, UNHEALTHY
, UNKNOWN
.
The image of the ECS service task container.
The image digest of the ECS service task container.
The last status of the ECS service task container. One of PROVISIONING
, PENDING
, ACTIVATING
, RUNNING
, DEACTIVATING
, STOPPING
, DEPROVISIONING
, STOPPED
.
The memory of the ECS service task container.
The name of the ECS service task container.
The reason of the ECS service task container.
The runtime ID of the ECS service task container.
The CPU of the ECS service task.
The time the ECS service task was created.
The desired status of the ECS service task. One of PROVISIONING
, PENDING
, ACTIVATING
, RUNNING
, DEACTIVATING
, STOPPING
, DEPROVISIONING
, STOPPED
.
The ephemeral storage GiB of the ECS service task.
The time the ECS service task's execution was stopped.
The group of the ECS service task.
The health status of the ECS service task. One of HEALTHY
, UNHEALTHY
, UNKNOWN
.
The IPv6 address of the ECS service task.
The last status of the ECS service task. One of PROVISIONING
, PENDING
, ACTIVATING
, RUNNING
, DEACTIVATING
, STOPPING
, DEPROVISIONING
, STOPPED
.
The launch type of the ECS service task. One of EC2
, FARGATE
, EXTERNAL
.
The memory of the ECS service task.
The private DNS name of the ECS service task.
The private IPv4 address of the ECS service task.
The time the ECS service task's pull was started.
The time the ECS service task's pull was stopped.
The time the ECS service task was started.
The stop code of the ECS service task. One of TaskFailedToStart
, EssentialContainerExited
, UserInitiated
, ServiceSchedulerInitiated
, SpotInterruption
, TerminationNotice
.
The time the ECS service task was stopped.
The stopped reason of the ECS service task.
The time the ECS service task was stopping.
The ARN of the ECS service task. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The ARN of the ECS service task definition. Must match the pattern ^arn:[\w]+:[\w-]+:[\w-]+:[\d]{12}:[\w-]+/[\w-:]+$
.
The time the ECS service was last updated.
400 Bad Request response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
401 Unauthorized response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
403 Forbidden response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
404 Not Found response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
408 Request Timeout response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
409 Conflict response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
429 Too Many Requests response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
500 Internal Server Error response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
501 Not Implemented response.
The cause of the error.
The code of the error. One of bad_input
, forbidden
, unauthenticated
, unauthorized
, not_implemented
, internal
, not_found
, conflict
, timeout
, rate
.
The message of the error.
API Reference
Explore the API reference by resource type