UnknownWebservice Class

For internal use only.

This class is used by the Webservice class to get or list service subtypes when the web service was created from a package that wasn't imported, for example, for a service created with the accel package.

Initialize the Webservice instance.

The Webservice constructor retrieves a cloud representation of a Webservice object associated with the provided workspace. It will return an instance of a child class corresponding to the specific type of the retrieved Webservice object.

Inheritance
UnknownWebservice

Constructor

UnknownWebservice(workspace, name)

Parameters

workspace
Workspace
Required

The workspace object containing the Webservice object to retrieve.

name
str
Required

The name of the of the Webservice object to retrieve.

Methods

get_token

Retrieve auth token for this Webservice, scoped to the current user.

Note

Not implemented.

run

Call this Webservice with the provided input.

Note

Not implemented.

update

Update the Webservice. Possible options to update vary based on Webservice type.

Note

Not implemented.

get_token

Retrieve auth token for this Webservice, scoped to the current user.

Note

Not implemented.

get_token()

Returns

The auth token for this Webservice and when it should be refreshed after.

Return type

Exceptions

run

Call this Webservice with the provided input.

Note

Not implemented.

run(input)

Parameters

input
<xref:varies>
Required

The input to call the Webservice with.

Returns

The result of calling the Webservice.

Return type

Exceptions

update

Update the Webservice. Possible options to update vary based on Webservice type.

Note

Not implemented.

update(*args)

Parameters

args
<xref:varies>
Required

Values to update

Exceptions